Skip to content

Commit

Permalink
Fix: don't break after each function arg
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 1, 2018
1 parent 9764661 commit 0b5a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BreakConstructorInitializers: AfterColon
ConstructorInitializerIndentWidth: 8
ConstructorInitializerAllOnOneLineOrOnePerLine: false
BinPackParameters: true
BinPackArguments: false
BinPackArguments: true
AlignOperands: false
AlignEscapedNewlines: DontAlign
AccessModifierOffset: -8
Expand Down

0 comments on commit 0b5a7d8

Please sign in to comment.