add AStyle shell script file

This commit is contained in:
Bernard Xiong 2015-01-19 08:54:18 +00:00
parent d01b2ca84b
commit 765ac35e13
1 changed files with 3 additions and 0 deletions

3
tools/as.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
astyle --style=allman --indent=spaces=4 --pad-oper --pad-header --unpad-paren --suffix=none --align-pointer=name --lineend=linux --convert-tabs --verbose $1