diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 2208240a669..016fb778383 100644 --- a/.clang-format +++ b/.clang-format @@ -7,6 +7,8 @@ BreakBeforeBinaryOperators: All BreakBeforeBraces: GNU ColumnLimit: 70 ContinuationIndentWidth: 2 +IndentPPDDirectives: AfterHash +PPIndentWidth: 1 ForEachMacros: - FOR_EACH_TAIL - FOR_EACH_TAIL_SAFE |