; Make clang-format format indent preprocessor blocks correctly.
(cherry picked from commit 1abda0c839
)
This commit is contained in:
parent
2b9cd50f93
commit
a48cd7bb9f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ BreakBeforeBinaryOperators: All
|
|||
BreakBeforeBraces: GNU
|
||||
ColumnLimit: 70
|
||||
ContinuationIndentWidth: 2
|
||||
IndentPPDDirectives: AfterHash
|
||||
PPIndentWidth: 1
|
||||
ForEachMacros:
|
||||
- FOR_EACH_TAIL
|
||||
- FOR_EACH_TAIL_SAFE
|
||||
|
|
Loading…
Add table
Reference in a new issue