mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
; 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
|
BreakBeforeBraces: GNU
|
||||||
ColumnLimit: 70
|
ColumnLimit: 70
|
||||||
ContinuationIndentWidth: 2
|
ContinuationIndentWidth: 2
|
||||||
|
IndentPPDDirectives: AfterHash
|
||||||
|
PPIndentWidth: 1
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
- FOR_EACH_TAIL
|
- FOR_EACH_TAIL
|
||||||
- FOR_EACH_TAIL_SAFE
|
- FOR_EACH_TAIL_SAFE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue