From 43b5d634f391f7cb1979b6f520993457a50d5861 Mon Sep 17 00:00:00 2001 From: janekb04 Date: Sun, 20 Dec 2020 22:01:48 +0100 Subject: [PATCH] Update .clang-format --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index b7f6f8a..016d250 100644 --- a/.clang-format +++ b/.clang-format @@ -7,7 +7,6 @@ AlignOperands: true AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never