Drop extensions from script filenames
This commit is contained in:
parent
7dfb1dbdf6
commit
04afda2e66
9 changed files with 4 additions and 5 deletions
6
script/format
Executable file
6
script/format
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
find \
|
||||
src include \
|
||||
-name '*.c' -or -name '*.cc' -or -name '*.h' | \
|
||||
xargs clang-format -i -style=file
|
||||
Loading…
Add table
Add a link
Reference in a new issue