Address review: exclude unittests/catch.hpp from clang-format and revert changes

Reverted all formatting changes to unittests/catch.hpp (third-party vendored
header) and added it to the exclude list in auto-clang-format.yml so it won't
be reformatted in future runs.

Requested by @lefticus in PR #691 review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
leftibot 2026-04-15 18:23:34 -06:00
parent 7c5e4b264f
commit 8b9cd41153
2 changed files with 12604 additions and 12550 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'
exclude: './third_party ./external'
exclude: './third_party ./external ./unittests/catch.hpp'
extensions: 'h,cpp,hpp'
clangFormatVersion: 19
inplace: True

File diff suppressed because it is too large Load Diff