Add color to clang-format diffs (#1733)

* Add color to clang-format diffs

* Demo

* Fix
This commit is contained in:
MS 2026-01-27 13:21:39 -05:00 committed by GitHub
parent 5e7a787af0
commit 99a0c3964e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,4 +16,4 @@ jobs:
pipx run "clang-format>=17,<18" \
--style=file \
-i
git diff --exit-code
git diff --color --exit-code