diff --git a/.clang-format b/.clang-format index c7eb0a3ff..01d4945e7 100644 --- a/.clang-format +++ b/.clang-format @@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: All -#AllowShortIfStatementsOnASingleLine: AllIfsAndElse +AllowShortIfStatementsOnASingleLine: AllIfsAndElse AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: All