mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
Set BinPackParameters to false.
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.
This commit is contained in:
parent
fd6ada015e
commit
1b137a3802
@ -12,7 +12,7 @@ AlwaysBreakBeforeMultilineStrings: false
|
||||
BreakBeforeBinaryOperators: false
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
BinPackParameters: true
|
||||
BinPackParameters: false
|
||||
ColumnLimit: 80
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
DerivePointerBinding: false
|
||||
|
Loading…
Reference in New Issue
Block a user