]> git.donarmstrong.com Git - perltidy.git/commitdiff
update docs
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Jun 2022 02:40:36 +0000 (19:40 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Jun 2022 02:40:36 +0000 (19:40 -0700)
bin/perltidy
docs/perltidy.html

index 7a5501e7e7a11f9b954901cd7149d66ab84cf719..4a342acccddda85a365eaacea8b6bda1f3048068 100755 (executable)
@@ -3643,7 +3643,6 @@ parameters):
  'F' matches if 'f' does not.
  'w' matches if either 'k' or 'f' match.
  'W' matches if 'w' does not.
- '*' always matches
 
 So for example the the following parameter will keep breaks after opening function call
 parens:
index a9923d3a6f3e78e658883687fb43ba92cc5e7e76..8087a23f82acdf0a49277f696bbc58116dc38ff8 100644 (file)
  &#39;f&#39; matches if the previous token is a function other than a keyword.
  &#39;F&#39; matches if &#39;f&#39; does not.
  &#39;w&#39; matches if either &#39;k&#39; or &#39;f&#39; match.
- &#39;W&#39; matches if &#39;w&#39; does not.
- &#39;*&#39; always matches</code></pre>
+ &#39;W&#39; matches if &#39;w&#39; does not.</code></pre>
 
 <p>So for example the the following parameter will keep breaks after opening function call parens:</p>