--keep-old-breakpoints-after='-'
--want-break-before='-'
+==> b1440.in <==
+ $comp = ( $form->[3] ? (
+ $im3->dummy( 0, 3 ) > 0 ) *
+ 255 :
+ ( $im3 > 0 ) );
+
+ $comp =
+ ( $form->[3] ?
+ (
+ $im3->dummy( 0, 3 ) > 0 ) *
+ 255 :
+ ( $im3 > 0 ) );
+
+==> b1440.par <==
+--break-after-all-operators
+--continuation-indentation=6
+--keep-old-breakpoints-after='?'
+--maximum-line-length=29
+--opening-paren-right
+--variable-maximum-line-length
+
==> b146.in <==
# State 1
# Ignore kbb='(' and '[' and '{': can cause unstable math formatting
# (issues b1346, b1347, b1348) and likewise ignore kba=')' and ']' and '}'
+ # Also always ignore ? and : (b1440 and b1433-b1439)
if ( $short_name eq 'kbb' ) {
- @list = grep { !m/[\(\[\{]/ } @list;
+ @list = grep { !m/[\(\[\{\?\:]/ } @list;
}
elsif ( $short_name eq 'kba' ) {
- @list = grep { !m/[\)\]\}]/ } @list;
+ @list = grep { !m/[\)\]\}\?\:]/ } @list;
}
# pull out any any leading container code, like f( or *{