Adding astyle script. Make sure to use the latest version of astyle.
This commit is contained in:
Executable
+3
@@ -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"
|
||||
Reference in New Issue
Block a user