This commit is contained in:
Nishi 2025-12-19 03:10:03 +09:00
commit edd75c58f6
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 36 additions and 14 deletions

2
format.sh Executable file
View file

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