System: Allow one line ifs in clang format

This commit is contained in:
Rebecca Cox 2017-12-06 08:19:30 +01:00
parent bef764bf5b
commit 0a38806a4e

View File

@ -11,7 +11,7 @@ AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None