Disable AllowShortLoopsOnASingleLine in clang-format

git-svn-id: https://svn.eduke32.com/eduke32@6859 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-23 10:15:21 +00:00
parent b1c44af6f8
commit 25111ed14b

View file

@ -7,7 +7,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
ExperimentalAutoDetectBinPacking: true