From 3c855f475df26d3779abff802207ea7515623ef1 Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 22 Nov 2022 02:58:47 +0100 Subject: [PATCH] [skip ci] .clang-format: shorthand loops - disallow as we did before we had this format file --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 30d9d73e01..7280d9f85c 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All -AllowShortLoopsOnASingleLine: true +AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakTemplateDeclarations: MultiLine BreakBeforeBraces: Custom