From: Steve Hancock Date: Sat, 18 Jun 2022 00:43:46 +0000 (-0700) Subject: update comment X-Git-Tag: 20220613.01~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abab624e4ed6bf7bc64e7dd5d4554cdf997e27da;p=perltidy.git update comment --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index e55bf05c..3fb419ff 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -23063,6 +23063,11 @@ EOM && $mate_index_to_go[$i] == $i + 1 ) { $alignment_type = 'q'; + + ## Note on discussion git #101. We could make this + ## a separate type '()' to separate it from qw's: + ## $alignment_type = + ## $rOpts_valign_empty_parens_with_qw ? 'q' : '()'; } }