diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-01-02 01:29:16 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-01-02 01:29:16 +0100 |
commit | c13ec99caaf84a2ac7159da725954e6de476ef19 (patch) | |
tree | bb7e806a007e440ef1bf6e3cdad59eb773d553ef | |
parent | 9988b21278dc1c8df044631bd2935a7e450a7bff (diff) |
Disable AllowShortCompoundRequirementOnASingleLine
Clang 18 format options should be commented out for now because Clang 18 is not out
-rw-r--r-- | .clang-format | 2 |
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: |