tree-sitter/script/format

7 lines
210 B
Text
Raw Normal View History

2014-07-20 21:42:46 -07:00
#!/usr/bin/env bash
find \
src include \
-name '*.c' -or -name '*.cc' -or -name '*.h' | \
xargs clang-format -i -style=file