Allow all types of functions on one line.

Which would fit into the 75 char line limit.
This commit is contained in:
tamasmeszaros 2019-05-28 15:18:11 +02:00
parent e78658ddc2
commit cdf85a9058

View File

@ -12,7 +12,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None