summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-09-27 12:53:35 +0000
committerClive Lin <clive@FreeBSD.org>2001-09-27 12:53:35 +0000
commit22dad76fbd17967f2b7a10cdf6d68428c3384048 (patch)
treef239625527c2c2952ab4ac2e574b1fe4205d02e3 /devel
parentUpdate to 200105061008. (diff)
Note that perltidy could do style.perl(7) as well as perlstyle(1).
Approved by: ijliao
Notes
Notes: svn path=/head/; revision=48222
Diffstat (limited to 'devel')
-rw-r--r--devel/perltidy/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/perltidy/pkg-descr b/devel/perltidy/pkg-descr
index 43d321ff1b65..08cfe5dfab58 100644
--- a/devel/perltidy/pkg-descr
+++ b/devel/perltidy/pkg-descr
@@ -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/