Browse Source

add AStyle shell script file

Bernard Xiong 10 years ago
parent
commit
765ac35e13
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/as.sh

+ 3 - 0
tools/as.sh

@@ -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