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