aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 016fb778383..5c987536b0c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All
7BreakBeforeBraces: GNU 7BreakBeforeBraces: GNU
8ColumnLimit: 70 8ColumnLimit: 70
9ContinuationIndentWidth: 2 9ContinuationIndentWidth: 2
10IndentPPDDirectives: AfterHash 10IndentPPDirectives: AfterHash
11PPIndentWidth: 1 11PPIndentWidth: 1
12ForEachMacros: 12ForEachMacros:
13 - FOR_EACH_TAIL 13 - FOR_EACH_TAIL