From abab624e4ed6bf7bc64e7dd5d4554cdf997e27da Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 17 Jun 2022 17:43:46 -0700 Subject: [PATCH] update comment --- lib/Perl/Tidy/Formatter.pm | 5 +++++ 1 file changed, 5 insertions(+) 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' : '()'; } } -- 2.39.5