git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
20
trunk/paradiseo-peo/indentSources
Executable file
20
trunk/paradiseo-peo/indentSources
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue