aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2024-01-02 01:29:16 +0100
committer Spartan322 <Megacake1234@gmail.com>2024-01-02 01:29:16 +0100
commitc13ec99caaf84a2ac7159da725954e6de476ef19 (patch)
treebb7e806a007e440ef1bf6e3cdad59eb773d553ef /.clang-format
parent9988b21278dc1c8df044631bd2935a7e450a7bff (diff)
Disable AllowShortCompoundRequirementOnASingleLine
Clang 18 format options should be commented out for now because Clang 18 is not out
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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: