We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8206954 commit d561830Copy full SHA for d561830
.clang-format
@@ -14,7 +14,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
14
AllowAllParametersOfDeclarationOnNextLine: false
15
AllowShortIfStatementsOnASingleLine: false
16
AllowShortLoopsOnASingleLine: false
17
-BinPackParameters: false
+BinPackParameters: true
18
BreakBeforeBinaryOperators: true
19
BreakBeforeTernaryOperators: true
20
ContinuationIndentWidth: 2
@@ -23,7 +23,7 @@ AlwaysBreakAfterReturnType: None
23
AlwaysBreakBeforeMultilineStrings: No
24
AlwaysBreakTemplateDeclarations: No
25
AlignEscapedNewlines: DontAlign
26
-BinPackArguments: false
+BinPackArguments: true
27
BraceWrapping:
28
AfterClass: false
29
AfterControlStatement: false
0 commit comments