summaryrefslogtreecommitdiffstats
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 1822f86..8f4bf4a 100644
--- a/.clang-format
+++ b/.clang-format
@@ -23,7 +23,7 @@ ConstructorInitializerIndentWidth: 4
23ContinuationIndentWidth: 0 23ContinuationIndentWidth: 0
24Cpp11BracedListStyle: false 24Cpp11BracedListStyle: false
25DerivePointerBinding: false 25DerivePointerBinding: false
26ForEachMacros: ['foreach', 'Q_FOREACH'] 26ForEachMacros: ['foreach', 'Q_FOREACH', 'QBENCHMARK']
27IndentCaseLabels: true 27IndentCaseLabels: true
28IndentFunctionDeclarationAfterType: false 28IndentFunctionDeclarationAfterType: false
29IndentWidth: 4 29IndentWidth: 4