From e93233f18b9e1ddc9a0a254eff3e5c4142e6e289 Mon Sep 17 00:00:00 2001 From: Ji-Hyeon Gim Date: Mon, 7 Dec 2020 18:51:03 +0900 Subject: [PATCH] add help message for -wnxl option Signed-off-by: Ji-Hyeon Gim --- lib/Perl/Tidy.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index e16144aa..bcf82a73 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -4269,6 +4269,8 @@ Line Break Control -wba=s want break after tokens in string; i.e. wba=': .' -wbb=s want break before tokens in string -wn weld nested: combines opening and closing tokens when both are adjacent + -wnxl=s weld nested exclusion list: provides some control over the types of + containers which can be welded Following Old Breakpoints -kis keep interior semicolons. Allows multiple statements per line. -- 2.39.5