forked from Github/emacs
; Fix typo in .clang-format (Bug#59768)
This commit is contained in:
parent
3eb64d21f6
commit
a67ed9a403
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…
Reference in a new issue