astyle formatting options changed
[qtrapids] / scripts / format_code.sh
1 #!/bin/sh
2
3 find ../src \( -name '*.cpp' -and -not -name 'moc_*' -or -name '*.h' -or -name '*.hpp' \) \
4     -exec astyle --style=ansi --suffix=none --brackets=linux --indent=tab {} \; 
5
6
7
8