; Fix a typo in .clang-format.
This commit is contained in:
parent
a48cd7bb9f
commit
24ca490d7d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All
|
||||||
BreakBeforeBraces: GNU
|
BreakBeforeBraces: GNU
|
||||||
ColumnLimit: 70
|
ColumnLimit: 70
|
||||||
ContinuationIndentWidth: 2
|
ContinuationIndentWidth: 2
|
||||||
IndentPPDDirectives: AfterHash
|
IndentPPDirectives: AfterHash
|
||||||
PPIndentWidth: 1
|
PPIndentWidth: 1
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
- FOR_EACH_TAIL
|
- FOR_EACH_TAIL
|
||||||
|
|
Loading…
Add table
Reference in a new issue