--variable-maximum-line-length
--weld-nested-containers
+==> b1455.in <==
+if ($BOLD_MATH) {
+ (
+ $labels, $comment,
+ join( '',
+ '<B>', &make_math ( $mode, '', '', $_ ),
+ '</B>', ),
+ )
+}
+
+if ($BOLD_MATH) {
+ (
+ $labels, $comment,
+ join(
+ '', '<B>', &make_math ( $mode, '', '', $_ ),
+ '</B>'
+ ),
+ )
+}
+
+==> b1455.par <==
+--add-trailing-commas
+--continuation-indentation=8
+--delete-trailing-commas
+--extended-continuation-indentation
+--line-up-parentheses
+--maximum-line-length=66
+--space-function-paren
+--want-trailing-commas='b'
+
==> b146.in <==
# State 1
...;
}
-if ( ioctl ( STDERR, $TIOCGWINSZ, $winsize
- )
+if ( ioctl ( STDERR, $TIOCGWINSZ,
+ $winsize )
)
{
...;
==> b1396 <==
print 'not '
- unless ( near (
- great_circle_distance ( 0, 0, 0, pi / 2 ), pi / 2
- ) );
+ unless ( near ( great_circle_distance ( 0, 0, 0, pi / 2 ),
+ pi / 2 ) );
print 'not '
- unless ( near (
- great_circle_distance ( 0, 0, 0, pi / 2 ), pi / 2
- ) );
+ unless ( near ( great_circle_distance ( 0, 0, 0, pi / 2 ),
+ pi / 2 ) );
==> b1397 <==
(
- my $msg = sprintf (
- gettext("%s: fatal error at line %d:\n"), $progname, $line
- )
+ my $msg = sprintf ( gettext("%s: fatal error at line %d:\n"),
+ $progname, $line )
. "@_\n"
) =~ tr/\0//d;
(
- my $msg = sprintf (
- gettext("%s: fatal error at line %d:\n"), $progname, $line
- )
+ my $msg = sprintf ( gettext("%s: fatal error at line %d:\n"),
+ $progname, $line )
. "@_\n"
) =~ tr/\0//d;
blue => 0
} );
+==> b1455 <==
+if ($BOLD_MATH) {
+ (
+ $labels, $comment,
+ join( '',
+ '<B>', &make_math ( $mode, '', '', $_ ),
+ '</B>' ),
+ )
+}
+
+if ($BOLD_MATH) {
+ (
+ $labels, $comment,
+ join( '',
+ '<B>', &make_math ( $mode, '', '', $_ ),
+ '</B>' ),
+ )
+}
+
==> b146 <==
# State 1
}
}
+ # Increase tol when -atc and -dtc are both used to allow for
+ # possible loss in length on next pass due to a comma. Fixes b1455.
+ if ( $rOpts_delete_trailing_commas && $rOpts_add_trailing_commas ) {
+ $tol += 1;
+ }
+
my $i_opening_minus = $self->find_token_starting_list($i_opening_paren);
my $excess =
$self->excess_line_length( $i_opening_minus, $i_closing_paren );