tahoma2d/toonz/sources/beautification.sh

5 lines
123 B
Bash
Raw Normal View History

2016-05-17 14:55:28 +12:00
#!/bin/sh
2016-08-19 19:24:27 +12:00
pushd ../../
git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -style=file -i
popd