summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-11 11:48:45 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-11 11:48:45 +0100
commit4f9d823dda1be41632f1a2fb296577a2f3bf010b (patch)
treecd5123fe8de97064aa250940eacdc9145a7f0a0e
parenta3ccd12096aa101d15f1a794a9db921f094d1d0b (diff)
downloadsink-4f9d823dda1be41632f1a2fb296577a2f3bf010b.tar.gz
sink-4f9d823dda1be41632f1a2fb296577a2f3bf010b.zip
treat QBENCHMARK as loop as well
-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