System : Single statements including braces are split into tree lines

This commit is contained in:
Magne Sjaastad 2017-12-07 07:48:59 +01:00
parent 609963bb73
commit 89600393ab

View File

@ -9,7 +9,7 @@ AlignEscapedNewlinesLeft: true
AlignOperands: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Empty