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 44200a39952..ac9f95c88a8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -6,7 +6,7 @@ BreakBeforeBinaryOperators: All
6BreakBeforeBraces: GNU 6BreakBeforeBraces: GNU
7ColumnLimit: 70 7ColumnLimit: 70
8ContinuationIndentWidth: 2 8ContinuationIndentWidth: 2
9ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE] 9ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE, ITREE_FOREACH]
10IncludeCategories: 10IncludeCategories:
11 - Regex: '^<config\.h>$' 11 - Regex: '^<config\.h>$'
12 Priority: -1 12 Priority: -1