my %is_sigil;
my %is_nonlist_keyword;
my %is_nonlist_type;
-my %is_special_check_type;
my %is_s_y_m_slash;
my %is_unexpected_equals;
my $last_vertical_alignment_BEFORE_index;
my $vert_last_nonblank_type;
my $vert_last_nonblank_token;
- my $vert_last_nonblank_block_type;
foreach my $line ( 0 .. $max_line ) {
my @equals_info;
my @line_info;
- my %is_good_tok;
# create a hash of tokens for each line
my $rline_hashes = [];
my ( $lev_min, $lev_max );
my $token_pattern_max = "";
my %saw_level;
- my @token_info;
my $is_monotonic = 1;
# find the index of the last token before the side comment
# $level_keep is the minimum level to keep
my @delete_list;
+ # Not currently used:
# Groups with ending comma lists and their range of sizes:
# $ragged_comma_group{$id} = [ imax_group_min, imax_group_max ]
- my %ragged_comma_group;
+ ## my %ragged_comma_group;
# Define a threshold line count for forcing a break
my $nlines_break = 3;