diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 1822f86..8f4bf4a 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -23,7 +23,7 @@ ConstructorInitializerIndentWidth: 4 | |||
23 | ContinuationIndentWidth: 0 | 23 | ContinuationIndentWidth: 0 |
24 | Cpp11BracedListStyle: false | 24 | Cpp11BracedListStyle: false |
25 | DerivePointerBinding: false | 25 | DerivePointerBinding: false |
26 | ForEachMacros: ['foreach', 'Q_FOREACH'] | 26 | ForEachMacros: ['foreach', 'Q_FOREACH', 'QBENCHMARK'] |
27 | IndentCaseLabels: true | 27 | IndentCaseLabels: true |
28 | IndentFunctionDeclarationAfterType: false | 28 | IndentFunctionDeclarationAfterType: false |
29 | IndentWidth: 4 | 29 | IndentWidth: 4 |