diff --git a/.clang-format b/.clang-format index 6f2a0f293..a752b4323 100644 --- a/.clang-format +++ b/.clang-format @@ -10,9 +10,11 @@ AlignConsecutiveDeclarations: false AlignConsecutiveAssignments: false AlignTrailingComments: true -AllowShortBlocksOnASingleLine: true -AllowShortCaseLabelsOnASingleLine: true +AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: true