diff --git a/toonz/sources/beautification.sh b/toonz/sources/beautification.sh index b6893852..c9eb7729 100755 --- a/toonz/sources/beautification.sh +++ b/toonz/sources/beautification.sh @@ -1,2 +1,4 @@ #!/bin/sh -git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -i +pushd ../../ +git diff master --name-only | egrep \\.\(c\|cpp\|h\|hpp\)$ | xargs clang-format -style=file -i +popd