mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Disable AllowShortLoopsOnASingleLine in clang-format
git-svn-id: https://svn.eduke32.com/eduke32@6859 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b1c44af6f8
commit
25111ed14b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
AllowShortCaseLabelsOnASingleLine: true
|
AllowShortCaseLabelsOnASingleLine: true
|
||||||
AllowShortFunctionsOnASingleLine: true
|
AllowShortFunctionsOnASingleLine: true
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
AllowShortLoopsOnASingleLine: true
|
AllowShortLoopsOnASingleLine: false
|
||||||
AlwaysBreakBeforeMultilineStrings: false
|
AlwaysBreakBeforeMultilineStrings: false
|
||||||
AlwaysBreakTemplateDeclarations: false
|
AlwaysBreakTemplateDeclarations: false
|
||||||
ExperimentalAutoDetectBinPacking: true
|
ExperimentalAutoDetectBinPacking: true
|
||||||
|
|
Loading…
Reference in a new issue