We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c526139 commit 12aebcbCopy full SHA for 12aebcb
1 file changed
.clang-format
@@ -15,8 +15,8 @@ AlwaysBreakAfterDefinitionReturnType: None
15
AlwaysBreakAfterReturnType: AllDefinitions
16
AlwaysBreakBeforeMultilineStrings: false
17
AlwaysBreakTemplateDeclarations: Yes
18
-BinPackArguments: false
19
-BinPackParameters: false
+BinPackArguments: true
+BinPackParameters: true
20
BraceWrapping:
21
AfterClass: false
22
AfterControlStatement: false
@@ -35,7 +35,7 @@ BreakBeforeTernaryOperators: true
35
BreakConstructorInitializersBeforeComma: true
36
BreakAfterJavaFieldAnnotations: false
37
BreakStringLiterals: true
38
-ColumnLimit: 120
+ColumnLimit: 90
39
CommentPragmas: '^ IWYU pragma:'
40
ConstructorInitializerAllOnOneLineOrOnePerLine: false
41
ConstructorInitializerIndentWidth: 4
0 commit comments