From 25111ed14b57cc1a535eadc4682430000444d3f9 Mon Sep 17 00:00:00 2001 From: terminx Date: Mon, 23 Apr 2018 10:15:21 +0000 Subject: [PATCH] Disable AllowShortLoopsOnASingleLine in clang-format git-svn-id: https://svn.eduke32.com/eduke32@6859 1a8010ca-5511-0410-912e-c29ae57300e0 --- _clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index f3b68b748..f4f35ea23 100644 --- a/_clang-format +++ b/_clang-format @@ -7,7 +7,7 @@ AllowAllParametersOfDeclarationOnNextLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: true AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: true +AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: false ExperimentalAutoDetectBinPacking: true