Adding astyle script. Make sure to use the latest version of astyle.

This commit is contained in:
lotodore
2011-02-12 14:39:50 +00:00
parent c4b8e567ed
commit 381d47deea
Executable
+3
View File
@@ -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"