runastyle: Added script for running "astyle" with the options I have chosen against all cpp and h files

This commit is contained in:
Daniel Marjamäki 2009-01-05 15:52:02 +00:00
parent ea1f3f4e85
commit 5bd5b68b59
1 changed files with 4 additions and 0 deletions

4
runastyle Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren *.cpp
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren *.h