From c13ec99caaf84a2ac7159da725954e6de476ef19 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Mon, 1 Jan 2024 19:29:16 -0500 Subject: Disable AllowShortCompoundRequirementOnASingleLine Clang 18 format options should be commented out for now because Clang 18 is not out --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 4d59fdb..5a9553b 100644 --- a/.clang-format +++ b/.clang-format @@ -50,7 +50,7 @@ AllowShortIfStatementsOnASingleLine: Never AllowShortEnumsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortBlocksOnASingleLine: Empty -AllowShortCompoundRequirementOnASingleLine: true +# AllowShortCompoundRequirementOnASingleLine: true AllowShortFunctionsOnASingleLine: Empty AllowShortLoopsOnASingleLine: false AlignTrailingComments: -- cgit v1.2.3-56-ga3b1