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:
Charles Dang 2017-04-24 10:16:49 +11:00
parent f094ececb8
commit dd86d19e64

View file

@ -6,7 +6,7 @@ AlignAfterOpenBracket: DontAlign
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: true