[tools] Update clang-format config

Allow arguments and parameters to be split over multiple lines
if they don't fit on one line
This commit is contained in:
John Newbery 2020-05-28 13:25:06 -04:00
parent ea3e9e0b84
commit cc29d1e2c4

View file

@ -1,9 +1,10 @@
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: false
AlignAfterOpenBracket: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine : true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All