This commit is contained in:
Nishi 2025-12-20 12:11:57 +09:00
commit 8e82909923
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 180 additions and 19 deletions

View file

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