Skip to content

Commit 12aebcb

Browse files
esindrilccaffy
authored andcommitted
CI: Update clang format
1 parent c526139 commit 12aebcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ AlwaysBreakAfterDefinitionReturnType: None
1515
AlwaysBreakAfterReturnType: AllDefinitions
1616
AlwaysBreakBeforeMultilineStrings: false
1717
AlwaysBreakTemplateDeclarations: Yes
18-
BinPackArguments: false
19-
BinPackParameters: false
18+
BinPackArguments: true
19+
BinPackParameters: true
2020
BraceWrapping:
2121
AfterClass: false
2222
AfterControlStatement: false
@@ -35,7 +35,7 @@ BreakBeforeTernaryOperators: true
3535
BreakConstructorInitializersBeforeComma: true
3636
BreakAfterJavaFieldAnnotations: false
3737
BreakStringLiterals: true
38-
ColumnLimit: 120
38+
ColumnLimit: 90
3939
CommentPragmas: '^ IWYU pragma:'
4040
ConstructorInitializerAllOnOneLineOrOnePerLine: false
4141
ConstructorInitializerIndentWidth: 4

0 commit comments

Comments
 (0)