nishbox/tool/format.sh
2025-04-12 07:53:14 +09:00

3 lines
131 B
Bash
Executable File

#!/bin/sh
exec clang-format --verbose -i `find engine src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "engine/external/*"`