mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
[clang-format] Change AllowAllArgumentsOnNextLine=false
With this we prefer to format function calls as: int value = function(arg1, arg2, arg3); Or: int value = function(arg1, arg2, arg3); Rather than: int value = function( arg1, arg2, arg3);
This commit is contained in:
parent
215f22cce3
commit
b38a3c03eb
@ -55,7 +55,7 @@ AlignOperands: Align
|
||||
AlignTrailingComments:
|
||||
Kind: Always
|
||||
OverEmptyLines: 0
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowBreakBeforeNoexceptSpecifier: Never
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
|
Loading…
x
Reference in New Issue
Block a user