mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +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
|
ObjCBreakBeforeNestedBlockParam: true
|
||||||
ObjCSpaceAfterProperty: false
|
ObjCSpaceAfterProperty: false
|
||||||
ObjCSpaceBeforeProtocolList: true
|
ObjCSpaceBeforeProtocolList: true
|
||||||
PackConstructorInitializers: BinPack
|
PackConstructorInitializers: CurrentLine
|
||||||
PenaltyBreakAssignment: 50
|
PenaltyBreakAssignment: 50
|
||||||
PenaltyBreakBeforeFirstCallParameter: 2
|
PenaltyBreakBeforeFirstCallParameter: 2
|
||||||
PenaltyBreakComment: 30
|
PenaltyBreakComment: 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user