Drop extensions from script filenames

This commit is contained in:
Max Brunsfeld 2016-01-15 12:57:32 -08:00
parent 7dfb1dbdf6
commit 04afda2e66
9 changed files with 4 additions and 5 deletions

6
script/format Executable file
View 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