This commit is contained in:
Nishi 2026-01-08 00:35:00 +09:00
commit 15c5376364
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 1358 additions and 1312 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
clang-format --verbose -i `find include server client tools src -name "*.c" -or -name "*.h"`
clang-format --verbose -i `find engine/common engine/net engine/tools -name "*.c" -or -name "*.h"`