diff --git a/.clang-format b/.clang-format index ea7621a3b203f..52dae528f067b 100644 --- a/.clang-format +++ b/.clang-format @@ -11,7 +11,7 @@ AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: Inline -AllowShortIfStatementsOnASingleLine: true +AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: true # This option is "deprecated and is retained for backwards compatibility." # AlwaysBreakAfterDefinitionReturnType: None