From 236e6baa76a3ffb81a3f0442f669403d053eaef2 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 13 Apr 2020 17:44:19 -0400 Subject: [PATCH] clang-format: Loops allowed on single line. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 0fd60f7dd..5e66ff611 100644 --- a/.clang-format +++ b/.clang-format @@ -13,7 +13,7 @@ AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true -AllowShortLoopsOnASingleLine: false +AllowShortLoopsOnASingleLine: true AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false