]> git.donarmstrong.com Git - perltidy.git/commitdiff
update skip list
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 8 Sep 2020 01:59:06 +0000 (18:59 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 8 Sep 2020 01:59:06 +0000 (18:59 -0700)
t/snippets/perltidy_random_parameters.pl

index 73609ac7e34409496d8812ba96b71798e40aa483..7a2aefdb2b56978013604c0f87e6ddfcf6f214b2 100755 (executable)
@@ -842,39 +842,40 @@ sub get_random_parameters {
     ###################################################################
     my @q = qw(
       DEBUG
-      quiet
-      logfile
-      logfile-gap
       backup-and-modify-in-place
       backup-file-extension
       character-encoding
+      dump-cuddled-block-list
+      dump-defaults
+      dump-long-names
+      dump-options
+      dump-profile
+      dump-short-names
+      dump-token-types
+      dump-want-left-space
+      dump-want-right-space
+      format
       format-skipping-begin
       format-skipping-end
+      help
+      html
+      logfile
+      logfile-gap
+      look-for-hash-bang
+      notidy
       outfile
       output-file-extension
-      output-path
       output-file-extension
       output-line-ending
-      standard-output
+      output-path
+      quiet
       standard-error-output
-      html
-      notidy
-      format
-      help
-      version
+      standard-output
       starting-indentation-level
       tee-block-comments
       tee-pod
       tee-side-comments
-      dump-cuddled-block-list
-      dump-defaults
-      dump-long-names
-      dump-options
-      dump-profile
-      dump-short-names
-      dump-token-types
-      dump-want-left-space
-      dump-want-right-space
+      version
     );
 
     my %skip;