[tools] Allow argument/parameter bin packing in clang-format

This commit is contained in:
John Newbery 2021-02-18 10:07:37 +00:00
parent db656db2ed
commit 876ac3f6b6

View File

@ -11,7 +11,8 @@ AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
BinPackParameters: false
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Custom
BraceWrapping: