diff options
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 |
commit | 66b80459c9d49895de902432bce11176b1270878 (patch) | |
tree | bb7e806a007e440ef1bf6e3cdad59eb773d553ef | |
parent | 9988b21278dc1c8df044631bd2935a7e450a7bff (diff) | |
parent | c13ec99caaf84a2ac7159da725954e6de476ef19 (diff) |
Merge pull request #113 from OpenVicProject/disable/unsupported-clang-format-option
-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: |