]> git.donarmstrong.com Git - perltidy.git/commitdiff
add help message for -wnxl option
authorJi-Hyeon Gim <potatogim@gluesys.com>
Mon, 7 Dec 2020 09:51:03 +0000 (18:51 +0900)
committerJi-Hyeon Gim <potatogim@gluesys.com>
Mon, 7 Dec 2020 09:52:10 +0000 (18:52 +0900)
Signed-off-by: Ji-Hyeon Gim <potatogim@gluesys.com>
lib/Perl/Tidy.pm

index e16144aa0501f55fba38c3431c8216e9e7b5fbeb..bcf82a7345e8a789c2d3d125ba3fc549a1584833 100644 (file)
@@ -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.