Clang Format: disable AllowShortFunctionsOnASingleLine
[ci skip] This had the unfortunate effect of always collapsing short functions onto a single line.
This commit is contained in:
parent
f094ececb8
commit
dd86d19e64
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ AlignAfterOpenBracket: DontAlign
|
|||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
BreakBeforeBinaryOperators: true
|
||||
|
|
Loading…
Add table
Reference in a new issue