From bc6c18368fa72c3aefe273b31dfa7ebb144ce1b0 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 19 Apr 2024 17:11:08 -0700 Subject: [PATCH] Update .clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index b0177fcc6..ceb1be607 100644 --- a/.clang-format +++ b/.clang-format @@ -6,6 +6,8 @@ AlignConsecutiveMacros: true AlignConsecutiveDeclarations: false AlwaysBreakBeforeMultilineStrings: false AllowShortFunctionsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +AllowShortIfStatementsOnASingleLine: false KeepEmptyLinesAtTheStartOfBlocks: true ConstructorInitializerAllOnOneLineOrOnePerLine: true IncludeBlocks: Merge