From e95db0eeddd246d54bb1dec19b340bfde3431cab Mon Sep 17 00:00:00 2001 From: aanper Date: Wed, 21 Oct 2020 12:08:23 +0300 Subject: [PATCH] update AllowShortBlocksOnASingleLine param (not work) --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 756e3ff9..6a2af9ee 100644 --- a/.clang-format +++ b/.clang-format @@ -6,7 +6,7 @@ AlignEscapedNewlines: Left AlignOperands: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false +AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: true