; Make clang-format format indent preprocessor blocks correctly.

This commit is contained in:
Vibhav Pant 2022-11-30 23:07:44 +05:30
parent 656a54b823
commit 1abda0c839
No known key found for this signature in database
GPG key ID: E3FB28CB6AB59598

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