diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-11 11:48:45 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-11 11:48:45 +0100 |
commit | 4f9d823dda1be41632f1a2fb296577a2f3bf010b (patch) | |
tree | cd5123fe8de97064aa250940eacdc9145a7f0a0e /.clang-format | |
parent | a3ccd12096aa101d15f1a794a9db921f094d1d0b (diff) | |
download | sink-4f9d823dda1be41632f1a2fb296577a2f3bf010b.tar.gz sink-4f9d823dda1be41632f1a2fb296577a2f3bf010b.zip |
treat QBENCHMARK as loop as well
Diffstat (limited to '.clang-format')
-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 |