author | renatofilho |
Tue Jun 19 22:01:13 2007 +0100 (2007-06-19) | |
branch | trunk |
changeset 755 | 4b5efa290285 |
permissions | -rwxr-xr-x |
1 #!/bin/sh
2 indent \
3 --braces-on-if-line \
4 --blank-lines-after-declarations \
5 --case-brace-indentation0 \
6 --case-indentation4 \
7 --braces-after-struct-decl-line \
8 --line-length80 \
9 --no-tabs \
10 --cuddle-else \
11 --dont-line-up-parentheses \
12 --continuation-indentation4 \
13 --honour-newlines \
14 --tab-size4 \
15 --indent-level4 \
16 $*