tree-sitter/script/format
2016-01-15 13:01:19 -08:00

6 lines
210 B
Bash
Executable file

#!/usr/bin/env bash
find \
src include \
-name '*.c' -or -name '*.cc' -or -name '*.h' | \
xargs clang-format -i -style=file