]> git.donarmstrong.com Git - perltidy.git/blobdiff - docs/stylekey.pod
switch debhelper to compatibility 10
[perltidy.git] / docs / stylekey.pod
index 07edac48b00a73c97c33f219c39d41aa16b74cd2..ca9a7e00a306259003ea01c8f8328562360bc88b 100644 (file)
@@ -15,6 +15,8 @@ Then move it to one of the places where perltidy will find it.  You can run
 perltidy with the parameter B<-dpro> to see where these places are for your
 system.
 
+=head2 Before You Start
+
 Before you begin, experiment using just C<perltidy filename.pl> on some
 of your files.  From the results (which you will find in files with a
 F<.tdy> extension), you will get a sense of what formatting changes, if
@@ -503,7 +505,7 @@ alone on a new line.
         }
     );
 
-If you prefer to avoid isolated opening opening tokens by
+If you prefer to avoid isolated opening tokens by
 "stacking" them together with other opening tokens like this:
 
     $opt_c = Text::CSV_XS->new( {
@@ -754,6 +756,15 @@ for a F<.perltidyrc> file containing these parameters:
  -vt=1
  -vtc=1
 
+=head2 Tidyview
+
+There is a graphical program called B<tidyview> which you can use to read a
+preliminary F<.perltidyrc> file, make trial adjustments and immediately see
+their effect on a test file, and then write a new F<.perltidyrc>.  You can
+download a copy at
+
+http://sourceforge.net/projects/tidyview
+
 =head2 Additional Information
 
 This document has covered the main parameters.  Many more parameters are