Skip to content

Commit 876ac3f

Browse files
committed
[tools] Allow argument/parameter bin packing in clang-format
1 parent db656db commit 876ac3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ AllowShortIfStatementsOnASingleLine: true
1111
AllowShortLoopsOnASingleLine: false
1212
AlwaysBreakBeforeMultilineStrings: false
1313
AlwaysBreakTemplateDeclarations: true
14-
BinPackParameters: false
14+
BinPackArguments: true
15+
BinPackParameters: true
1516
BreakBeforeBinaryOperators: false
1617
BreakBeforeBraces: Custom
1718
BraceWrapping:

0 commit comments

Comments
 (0)