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