diff --git a/.clang-format b/.clang-format index fcc0cd7..dfa07a0 100644 --- a/.clang-format +++ b/.clang-format @@ -20,7 +20,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: Never +AllowShortIfStatementsOnASingleLine: Always AllowShortLoopsOnASingleLine: true AllowShortBlocksOnASingleLine: Always AlwaysBreakAfterDefinitionReturnType: None