- AllowAllParametersOfDeclarationOnNextLine: false

This commit is contained in:
Daniel Belcher 2019-05-02 12:50:06 -07:00
commit b750107a00

View file

@ -5,7 +5,7 @@ AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None