&& $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'} ) {
=over 4
+=item B<Added warning when -ci has to be reduced; ref rt #136415>
+
+In commit c16c5ee an update was made to prevent instability with -xci when
+the value of -ci exceeds -i (which is not recommended). This update adds a
+warning message to avoid confusing the user.
+
+7 May 2021.
+
=item B<Improve indentation of welded multiline qw quotes>
Formatting of multiline qw lists with welding works best if the