aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
author George L. Albany <Megacake1234@gmail.com>2024-01-02 01:44:20 +0100
committer GitHub <noreply@github.com>2024-01-02 01:44:20 +0100
commit66b80459c9d49895de902432bce11176b1270878 (patch)
treebb7e806a007e440ef1bf6e3cdad59eb773d553ef /.clang-format
parent9988b21278dc1c8df044631bd2935a7e450a7bff (diff)
parentc13ec99caaf84a2ac7159da725954e6de476ef19 (diff)
Merge pull request #113 from OpenVicProject/disable/unsupported-clang-format-option
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: