From d64a3c73e98c5924a4f2f615d4cc1e92ece46987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Tue, 23 Apr 2024 09:58:17 -0700 Subject: [PATCH] Revert "Update .clang-format" This reverts commit bc6c18368fa72c3aefe273b31dfa7ebb144ce1b0. --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index ceb1be607..b0177fcc6 100644 --- a/.clang-format +++ b/.clang-format @@ -6,8 +6,6 @@ AlignConsecutiveMacros: true AlignConsecutiveDeclarations: false AlwaysBreakBeforeMultilineStrings: false AllowShortFunctionsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false KeepEmptyLinesAtTheStartOfBlocks: true ConstructorInitializerAllOnOneLineOrOnePerLine: true IncludeBlocks: Merge