Skip to content

Commit

Permalink
[tools] Allow argument/parameter bin packing in clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed Feb 18, 2021
1 parent db656db commit 876ac3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
BinPackParameters: false
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Custom
BraceWrapping:
Expand Down

0 comments on commit 876ac3f

Please sign in to comment.