Fine tune clang-format (#7271)
Vladimir Kobal committed
Apr 15, 2021 at 12:02 UTC
cec48d37ec051a115bd477b94bcf99def89723e7
1 file changed
+4
-4
.clang-format
+4
-4
@@ -16,7 +16,7 @@ AlignConsecutiveDeclarations: false
16
#AlignEscapedNewlines: Left # Unknown to clang-format-4.0
17
AlignOperands: true
18
AlignTrailingComments: true
19
-AllowAllParametersOfDeclarationOnNextLine: true
19
+AllowAllParametersOfDeclarationOnNextLine: false
20
AllowShortBlocksOnASingleLine: false
21
AllowShortCaseLabelsOnASingleLine: false
22
AllowShortFunctionsOnASingleLine: None
@@ -26,8 +26,8 @@ AlwaysBreakAfterDefinitionReturnType: None
26
AlwaysBreakAfterReturnType: None
27
AlwaysBreakBeforeMultilineStrings: false
28
AlwaysBreakTemplateDeclarations: false
29
-BinPackArguments: true
30
-BinPackParameters: true
29
+BinPackArguments: false
30
+BinPackParameters: false
31
BraceWrapping:
32
AfterClass: false
33
AfterControlStatement: false
@@ -58,7 +58,7 @@ CommentPragmas: '^ IWYU pragma:'
58
ConstructorInitializerAllOnOneLineOrOnePerLine: false
59
ConstructorInitializerIndentWidth: 4
60
ContinuationIndentWidth: 4
61
-Cpp11BracedListStyle: false
61
+Cpp11BracedListStyle: true
62
DerivePointerAlignment: false
63
DisableFormat: false
64
ExperimentalAutoDetectBinPacking: false