This commit is contained in:
Nishi 2025-12-19 15:18:15 +09:00
commit 3aa9facf8e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
17 changed files with 17023 additions and 76 deletions

View file

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