-nibp='#\+\+'
Note that the default string is the same as the string for starting a
-B<format-skipping> section, but it is for a side-comment rather than a block
-comment.
+B<format-skipping> section, but in that case it is for a block comment
+rather than a side-comment.
=item B<-olq>, B<--outdent-long-quotes>
$num -= 1;
}
}
- if ($num) { $level -= $num }
- $radjusted_levels->[$KK] = $level;
+ $radjusted_levels->[$KK] = $level - $num;
}
$self->[_radjusted_levels_] = $radjusted_levels;
return;
@inext_to_go = ();
@iprev_to_go = ();
- ##$summed_lengths_to_go[0] = 0;
-
$rbrace_follower = undef;
$comma_count_in_batch = 0;
$ending_in_quote = 0;