assaultfish/format.sh

2 lines
103 B
Bash
Raw Normal View History

2025-12-19 03:10:03 +09:00
#!/bin/sh
2025-12-20 12:11:57 +09:00
clang-format --verbose -i `find include server client tools src -name "*.c" -or -name "*.h"`