diff --git a/run_astyle.sh b/run_astyle.sh new file mode 100755 index 00000000..24edc5d3 --- /dev/null +++ b/run_astyle.sh @@ -0,0 +1,3 @@ +#!/bin/bash +astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.h" +astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.cpp"