From: Ji-Hyeon Gim Date: Mon, 7 Dec 2020 09:51:03 +0000 (+0900) Subject: add help message for -wnxl option X-Git-Tag: 20210111~49^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e93233f18b9e1ddc9a0a254eff3e5c4142e6e289;p=perltidy.git add help message for -wnxl option Signed-off-by: Ji-Hyeon Gim --- 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.