mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
[clang-format] Set PackConstructorInitializers=CurrentLine
We prefer two kinds of formatting for constructors: Ctor() : a(), b() {} Ctor() : aaa() , bbb() , ccc()
This commit is contained in:
parent
70ec2d422f
commit
b146f0648e
@ -152,7 +152,7 @@ ObjCBlockIndentWidth: 2
|
||||
ObjCBreakBeforeNestedBlockParam: true
|
||||
ObjCSpaceAfterProperty: false
|
||||
ObjCSpaceBeforeProtocolList: true
|
||||
PackConstructorInitializers: BinPack
|
||||
PackConstructorInitializers: CurrentLine
|
||||
PenaltyBreakAssignment: 50
|
||||
PenaltyBreakBeforeFirstCallParameter: 2
|
||||
PenaltyBreakComment: 30
|
||||
|
Loading…
Reference in New Issue
Block a user