assaultfish/format.sh
2026-01-12 01:54:35 +09:00

2 lines
199 B
Bash
Executable file

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