2001-03-04 13:36:33 +01:00
|
|
|
Perltidy reads a Perl script and writes an indented, reformatted
|
|
|
|
script. The default formatting closely follows the recommendations
|
2001-06-09 17:40:51 +02:00
|
|
|
in perlstyle(1). Perltidy can also display perl code in syntax-
|
|
|
|
colored HTML output.
|
2001-03-04 13:36:33 +01:00
|
|
|
|
2001-09-27 14:53:35 +02:00
|
|
|
If you want your code to conform to style.perl(7), you should use:
|
|
|
|
perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce
|
|
|
|
(Written by knu)
|
|
|
|
|
2001-03-04 13:36:33 +01:00
|
|
|
WWW: http://perltidy.sourceforge.net/
|