Skip to content

Commit

Permalink
Set BinPackParameters to false.
Browse files Browse the repository at this point in the history
This option personally drives me crazy. I think it's much more readable
to be able to see one parameter per line when there are many.
  • Loading branch information
jacobsa committed Jun 30, 2014
1 parent fd6ada0 commit 1b137a3
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 @@ -12,7 +12,7 @@ AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BinPackParameters: true
BinPackParameters: false
ColumnLimit: 80
ConstructorInitializerAllOnOneLineOrOnePerLine: false
DerivePointerBinding: false
Expand Down

0 comments on commit 1b137a3

Please sign in to comment.