assaultfish/format.sh
2026-01-12 06:37:30 +09:00

2 lines
188 B
Bash
Executable file

#!/bin/sh
clang-format --verbose -i `find engine/src engine/include engine/tools '(' -name "*.c" -or -name "*.h" ')' -and -not -name "stb_*.h" | sed 's%engine/include/GearSrc/GL/GL.h%%g'`