format
This commit is contained in:
parent
c47a574a10
commit
85bc36e5b1
8 changed files with 42 additions and 18 deletions
3
format.sh
Executable file
3
format.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
DIRS="include src"
|
||||
clang-format --verbose -i `find $DIRS -name "*.c" -or -name "*.h"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue