razzle/format.sh
2025-02-28 21:25:17 -05:00

3 lines
93 B
Bash
Executable file

git ls-files -- '*.c' '*.h' | xargs clang-format -i -style=file
git diff --exit-code --color