mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Make clang-format format indent preprocessor blocks correctly.
This commit is contained in:
parent
656a54b823
commit
1abda0c839
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
Add a link
Reference in a new issue