From 101fd1f4317b3685cc76679e20f563f8983278ff Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 15 Jun 2022 19:40:36 -0700 Subject: [PATCH] update docs --- bin/perltidy | 1 - docs/perltidy.html | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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:

-- 2.39.5