tree-sitter/script/format
2016-04-11 23:11:37 -07:00

7 lines
185 B
Bash
Executable file

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