]> git.donarmstrong.com Git - perltidy.git/commitdiff
clarify format-skipping behavior
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 2 Sep 2020 15:30:57 +0000 (08:30 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 2 Sep 2020 15:30:57 +0000 (08:30 -0700)
bin/perltidy

index bdaf4187869435d23bb1b414dd19cef00f30508a..755ce6a49deb44cd86033bcedf3b4f432c88a50e 100755 (executable)
@@ -1793,9 +1793,12 @@ marker by at least one space.  For example
                 1, 4, 6, 4, 1,);
  #>>>
 
+Format skipping begins when a format skipping comment is seen and continues
+until either a format-skipping end pattern is found or until the end of file. 
+
 The comment markers may be placed at any location that a block comment may
 appear.  If they do not appear to be working, use the -log flag and examine the
-F<.LOG> file.  Use B<-nfs> to disable this feature.
+F<.LOG> file.  Use B<-nfs> to disable this feature.  
 
 This method works for any code. For the specific case of a comma-separated list
 of values, as in this example, another possibility is to insert a blank or