; Make clang-format format indent preprocessor blocks correctly.

(cherry picked from commit 1abda0c839)
This commit is contained in:
Vibhav Pant 2022-11-30 23:07:44 +05:30 committed by Eli Zaretskii
parent 2b9cd50f93
commit a48cd7bb9f

View file

@ -7,6 +7,8 @@ BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
ColumnLimit: 70
ContinuationIndentWidth: 2
IndentPPDDirectives: AfterHash
PPIndentWidth: 1
ForEachMacros:
- FOR_EACH_TAIL
- FOR_EACH_TAIL_SAFE