tahoma2d/toonz/sources/beautification.sh
2016-08-19 16:24:27 +09:00

4 lines
123 B
Bash
Executable file

#!/bin/sh
pushd ../../
git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -style=file -i
popd