diff --git a/.clang-format b/.clang-format index 91615e1..7f5e2b1 100644 --- a/.clang-format +++ b/.clang-format @@ -9,7 +9,7 @@ AlignConsecutiveDeclarations: Consecutive AlignEscapedNewlines: Left AlignOperands: DontAlign AlignTrailingComments: true -AllowAllArgumentsOnNextLine: false +AllowAllArgumentsOnNextLine: true AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortEnumsOnASingleLine: false @@ -116,7 +116,7 @@ ObjCBlockIndentWidth: 2 ObjCBreakBeforeNestedBlockParam: true ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true -PenaltyBreakAssignment: 2 +PenaltyBreakAssignment: 1000 PenaltyBreakBeforeFirstCallParameter: 1 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120