summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 8f4bf4a..5fd4fce 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,12 +4,12 @@ AlignTrailingComments: false
4AlignAfterOpenBracket: false 4AlignAfterOpenBracket: false
5AllowAllParametersOfDeclarationOnNextLine: true 5AllowAllParametersOfDeclarationOnNextLine: true
6AllowShortBlocksOnASingleLine: false 6AllowShortBlocksOnASingleLine: false
7AllowShortFunctionsOnASingleLine: Inline 7AllowShortFunctionsOnASingleLine: Empty
8AllowShortIfStatementsOnASingleLine: false 8AllowShortIfStatementsOnASingleLine: false
9AllowShortLoopsOnASingleLine: false 9AllowShortLoopsOnASingleLine: false
10AlwaysBreakAfterDefinitionReturnType: false 10AlwaysBreakAfterDefinitionReturnType: false
11AlwaysBreakBeforeMultilineStrings: false 11AlwaysBreakBeforeMultilineStrings: false
12AlwaysBreakTemplateDeclarations: false 12AlwaysBreakTemplateDeclarations: true
13BinPackArguments: true 13BinPackArguments: true
14BinPackParameters: true 14BinPackParameters: true
15BreakBeforeBinaryOperators: false 15BreakBeforeBinaryOperators: false
@@ -20,7 +20,7 @@ ColumnLimit: 180
20CommentPragmas: '' 20CommentPragmas: ''
21ConstructorInitializerAllOnOneLineOrOnePerLine: true 21ConstructorInitializerAllOnOneLineOrOnePerLine: true
22ConstructorInitializerIndentWidth: 4 22ConstructorInitializerIndentWidth: 4
23ContinuationIndentWidth: 0 23ContinuationIndentWidth: 4
24Cpp11BracedListStyle: false 24Cpp11BracedListStyle: false
25DerivePointerBinding: false 25DerivePointerBinding: false
26ForEachMacros: ['foreach', 'Q_FOREACH', 'QBENCHMARK'] 26ForEachMacros: ['foreach', 'Q_FOREACH', 'QBENCHMARK']