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