From 84cf4342f54d44032a53416320fa9d2589cfc6b6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 26 Sep 2023 17:42:40 +0200 Subject: update .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 376b242d..eb080eb9 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ AccessModifierOffset: -4 AlignEscapedNewlines: Right AlignOperands: Align AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false +AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: InlineOnly AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false -- cgit v1.2.3