Exit(0);
}
- # Do not let the value of -ci exceed the value of -i if -xci is set. This
- # can lead to blinking states. Silently reduce the -ci value to -i if this
- # occurs. Fixes b707 b770 b912 b920 b930 b933 b939 b940 b941 b942 b978
- if ( $rOpts->{'continuation-indentation'} > $rOpts->{'indent-columns'}
- && $rOpts->{'extended-continuation-indentation'} )
- {
- $rOpts->{'continuation-indentation'} = $rOpts->{'indent-columns'};
- Warn(<<EOM);
------------------------------------------------------------------------
-Reducing the value of --continuation-indentation to the value of --indent-columns.
-This is required when -xci is used to avoid possible formatting instability.
------------------------------------------------------------------------
-EOM
- }
-
if ( $rOpts->{'line-up-parentheses'} ) {
if ( $rOpts->{'indent-only'}
=over 4
+=item B<Remove limit on the value of -ci=n when -xci is set>
+
+This update undoes the update c16c5ee of 20 Feb 2021, in which the value
+of -ci=n was limited to the value of -i=n when -xci was set. Recent
+improvements in stability tolerances allow this limit to be removed.
+
+28 Jun 2021.
+
=item B<Minor optimization>
Added a quick check to bypass a needless sub call.
-26 Jan 2021.
+26 Jan 2021, e7822df.
=item B<Eliminate token variable _LEVEL_TRUE_>
of welding operations. This reduces the number of variables per token
from 12 to 11.
-26 Jun 2021.
+26 Jun 2021, 1f4f78c.
=item B<Eliminate token variable _CONTAINER_ENVIRONMENT_>
13 to 12, and also simplifies the coding. It was possible to compute this
variable from the others, so it was redundant.
-26 Jun 2021.
+26 Jun 2021, 300ca1e.
=back