mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 13:11:15 +00:00
Add color to clang-format diffs (#1733)
* Add color to clang-format diffs * Demo * Fix
This commit is contained in:
parent
5e7a787af0
commit
99a0c3964e
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
|||||||
pipx run "clang-format>=17,<18" \
|
pipx run "clang-format>=17,<18" \
|
||||||
--style=file \
|
--style=file \
|
||||||
-i
|
-i
|
||||||
git diff --exit-code
|
git diff --color --exit-code
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user