From: Steve Hancock Date: Mon, 7 Dec 2020 00:41:33 +0000 (-0800) Subject: Improve vertical alignment of '{' in sweep operation X-Git-Tag: 20210111~51 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a10403ff5f3ea3ab17c0978e4ed32af819f0188;p=perltidy.git Improve vertical alignment of '{' in sweep operation --- diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index 70838489..52e1cad8 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -2000,7 +2000,7 @@ sub sweep_left_to_right { BEGIN { my @q = qw( - => = ? if unless or || + => = ? if unless or || { ); push @q, ','; @is_good_alignment_token{@q} = (1) x scalar(@q);