--opening-paren-right
--variable-maximum-line-length
+==> b1441.in <==
+ my $my_handler =
+ new XML::Handler::YAWriter (
+ 'Output' => $fileHandler,
+
+ );
+
+ my $my_handler =
+ new XML::Handler::YAWriter ( 'Output' => $fileHandler,
+
+ );
+
+
+==> b1441.par <==
+--continuation-indentation=3
+--extended-line-up-parentheses
+--maximum-line-length=61
+--paren-vertical-tightness=1
+--space-function-paren
+
==> b146.in <==
# State 1
}
}
+ #--------------------------------------------------
+ # This block is deactivated to fix b1441. It is not
+ # needed now because the comma length is added later,
+ # and including it twice can cause instability.
+ # This block can eventually be removed.
+ #--------------------------------------------------
# Include length to a comma ending this line
# note: any side comments are handled at loop end (b1332)
- if ( $interrupted_list_rule
+ if ( 0
+ && $interrupted_list_rule
&& $rLL->[$K_terminal]->[_TYPE_] eq ',' )
{
my $Kend = $K_terminal;