working
This commit is contained in:
parent
54efe25a24
commit
bbbcfb97f5
9 changed files with 155 additions and 131 deletions
3
format.sh
Executable file
3
format.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
DIRS="include milkwm mdm mpanel"
|
||||
clang-format --verbose -i `find $DIRS -name "*.c" -or -name "*.h"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue