clang-format: Short loops on single line
This commit is contained in:
parent
6a4dc46b60
commit
948aeab825
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ AllowShortEnumsOnASingleLine: true
|
|||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLambdasOnASingleLine: All
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
AlwaysBreakAfterDefinitionReturnType: All
|
||||
AlwaysBreakAfterReturnType: AllDefinitions
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
|
|
Loading…
Reference in a new issue