aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 5818da3c..24ea869d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,9 +8,11 @@ IndentCaseLabels: false
8SortIncludes: false 8SortIncludes: false
9ColumnLimit: 80 9ColumnLimit: 80
10AlignAfterOpenBracket: DontAlign 10AlignAfterOpenBracket: DontAlign
11BinPackParameters: false 11BinPackParameters: true
12BinPackArguments: false 12BinPackArguments: true
13ContinuationIndentWidth: 8 13ContinuationIndentWidth: 8
14AllowAllParametersOfDeclarationOnNextLine: false 14AllowAllParametersOfDeclarationOnNextLine: false
15AllowShortLoopsOnASingleLine: true 15AllowShortLoopsOnASingleLine: true
16ReflowComments: false 16ReflowComments: false
17AllowAllArgumentsOnNextLine: false
18AlignOperands: DontAlign