]> git.donarmstrong.com Git - perltidy.git/commitdiff
do not include -cti (an alias) among random parameters in testing
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Nov 2023 15:46:52 +0000 (07:46 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Nov 2023 15:46:52 +0000 (07:46 -0800)
dev-bin/perltidy_random_setup.pl

index b326b335027b6c4ab453f312decb97363ddf1619..144ceebbb7dcd14c3f20167cafa8f3c1193e1cfe 100755 (executable)
@@ -1351,10 +1351,12 @@ EOM
 
           vertical-tightness
           vertical-tightness-closing
+          closing-token-indentation
         );
 
         # Added vertical-tightness and vertical-tightness-closing because
         # they are expansions. They should not be among the options. (c271)
+        # Also added closing-token-indentation for same reason.
 
         my %skip;
         @skip{@q} = (1) x scalar(@q);