add AStyle shell script file
This commit is contained in:
parent
d01b2ca84b
commit
765ac35e13
|
@ -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
|
Loading…
Reference in New Issue