]> git.donarmstrong.com Git - perltidy.git/commitdiff
update comment
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 18 Jun 2022 00:43:46 +0000 (17:43 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 18 Jun 2022 00:43:46 +0000 (17:43 -0700)
lib/Perl/Tidy/Formatter.pm

index e55bf05c9aaa10435a19a10acd7eec2dca94f2d3..3fb419ff02e513f16bd7391e656b6cc7d755c4f3 100644 (file)
@@ -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' : '()';
                         }
                     }