Allow body-less loops on a single line
This commit is contained in:
parent
67a2839d0a
commit
fbfb728b8f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ AlignTrailingComments:
|
|||
AllowAllArgumentsOnNextLine: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowBreakBeforeNoexceptSpecifier: Never
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortCompoundRequirementOnASingleLine: true
|
||||
AllowShortEnumsOnASingleLine: true
|
||||
|
|
Loading…
Reference in a new issue