1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Note that perltidy could do style.perl(7) as well as perlstyle(1).

Approved by: ijliao
This commit is contained in:
Clive Lin 2001-09-27 12:53:35 +00:00
parent 1a64e2a674
commit 22dad76fbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48222

View File

@ -3,4 +3,8 @@ script. The default formatting closely follows the recommendations
in perlstyle(1). Perltidy can also display perl code in syntax-
colored HTML output.
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)
WWW: http://perltidy.sourceforge.net/