--maximum-line-length=35
--variable-maximum-line-length
+==> b1307.in <==
+if ( ) { }
+
+else {
+ } #
+
+if ( ) { }
+
+else
+{ } #
+
+
+==> b1307.par <==
+--block-brace-vertical-tightness=2
+--ignore-side-comment-lengths
+--indent-closing-brace
+--maximum-line-length=8
+--opening-brace-on-new-line
+
==> b131.in <==
unless
( open( SCORE, "+>>$Score_File" ) )
if ( $index_start_one_line_block != UNDEFINED_INDEX ) {
# Fix for b1208: if a side comment follows this closing
- # brace then we must include its length in the length test.
+ # brace then we must include its length in the length test
+ # ... unless the -issl flag is set (fixes b1307-1309).
# Assume a minimum of 1 blank space to the comment.
my $added_length =
$side_comment_follows
+ && !$rOpts_ignore_side_comment_lengths
? 1 + $rLL->[$Knnb]->[_TOKEN_LENGTH_]
: 0;