Changed clang-format to set AllowAllParametersOfDeclarationOnNextLine to false.

This commit is contained in:
Pedro Alvarez 2019-10-17 16:12:27 +01:00 committed by Andre Puschmann
parent 4227da9bd0
commit b157b648ae
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ AlignConsecutiveDeclarations: true #Changed
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false # Changed
#AllowAllArgumentsOnNextLine: false # Changed
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline #Changed