assaultfish/format.sh
2026-01-09 06:12:57 +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/GearBox/GL/GL.h%%g'`