This commit is contained in:
Nishi 2025-11-17 18:20:36 +09:00
commit bbbcfb97f5
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 155 additions and 131 deletions

3
format.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
DIRS="include milkwm mdm mpanel"
clang-format --verbose -i `find $DIRS -name "*.c" -or -name "*.h"`