diff --git a/run_astyle.sh b/run_astyle.sh new file mode 100644 index 0000000..ec00c59 --- /dev/null +++ b/run_astyle.sh @@ -0,0 +1,10 @@ +astyle examples/*.hpp +astyle examples/*.cpp +rm examples/*.orig -f +astyle src/*.hpp +astyle src/*.cpp +rm src/*.orig -f +astyle test/*.cpp +rm test/*.orig -f +astyle pybindings/platec_src/*.cpp +rm pybindings/platec_src/*.orig -f