paradiseo/trunk/paradiseo-peo/indentSources

20 lines
462 B
Text
Executable file

indent \
-kr \
--blank-lines-after-declarations \
--blank-lines-after-procedures \
--braces-on-if-line \
--braces-on-struct-decl-line \
--no-space-after-function-call-names \
--space-after-parentheses \
--space-after-for \
--space-after-if \
--space-after-while \
--struct-brace-indentation1 \
--space-special-semicolon \
--dont-break-procedure-type \
--dont-break-function-decl-args \
--parameter-indentation1 \
--use-tabs \
--tab-size8 \
--preserve-mtime \
$1