diff --git a/.clang-format b/.clang-format index 41dd8991e..f1cdeae61 100644 --- a/.clang-format +++ b/.clang-format @@ -5,9 +5,9 @@ AlignAfterOpenBracket: BlockIndent AlignEscapedNewlines: Left AlignOperands: DontAlign AlignTrailingComments: false -AllowShortBlocksOnASingleLine: Always +AllowShortBlocksOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty -AllowShortIfStatementsOnASingleLine: WithoutElse +AllowShortIfStatementsOnASingleLine: Never AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false