4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 13:23:31 +08:00

add AStyle shell script file

This commit is contained in:
Bernard Xiong 2015-01-19 08:54:18 +00:00
parent d01b2ca84b
commit 765ac35e13

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