mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 14:32:12 +00:00
add batch file for clang-format
This commit is contained in:
parent
65dff97526
commit
39a92904e9
1 changed files with 2 additions and 0 deletions
2
clang-format.sh
Normal file
2
clang-format.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
find . -iname *.h -o -iname *.cpp -o -iname *.c -o -iname *.cc | xargs clang-format -i --style=file
|
Loading…
Reference in a new issue