From: Steve Hancock Date: Thu, 16 Jun 2022 02:40:36 +0000 (-0700) Subject: update docs X-Git-Tag: 20220613.01~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=101fd1f4317b3685cc76679e20f563f8983278ff;p=perltidy.git update docs --- diff --git a/bin/perltidy b/bin/perltidy index 7a5501e7..4a342acc 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -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: diff --git a/docs/perltidy.html b/docs/perltidy.html index a9923d3a..8087a23f 100644 --- a/docs/perltidy.html +++ b/docs/perltidy.html @@ -2890,8 +2890,7 @@ 'f' matches if the previous token is a function other than a keyword. 'F' matches if 'f' does not. 'w' matches if either 'k' or 'f' match. - 'W' matches if 'w' does not. - '*' always matches + 'W' matches if 'w' does not.

So for example the the following parameter will keep breaks after opening function call parens: