[tools] Update clang-format config

Allow arguments and parameters to be split over multiple lines
if they don't fit on one line
pull/19095/head
John Newbery 5 years ago
parent ea3e9e0b84
commit cc29d1e2c4

@ -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

Loading…
Cancel
Save