- AllowAllParametersOfDeclarationOnNextLine: false

This commit is contained in:
Daniel Belcher 2019-05-02 11:20:00 -07:00
commit 428c2baced

View file

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