From d33b18d7f2473eeaeeae3d4f36ba0e29d8740568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Tue, 23 Apr 2024 09:59:49 -0700 Subject: [PATCH] Reapply "Update .clang-format" This reverts commit d64a3c73e98c5924a4f2f615d4cc1e92ece46987. --- .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