--stack-opening-paren
--weld-nested-containers
+==> b1228.in <==
+# S1
+$obj
+ = {
+ foo => sub { "bar" ; }
+ } ;
+
+# S2
+$obj= {foo => sub { "bar" ; }
+} ;
+
+==> b1228.par <==
+--noadd-whitespace
+--continuation-indentation=5
+--maximum-line-length=29
+--want-break-before='='
+
==> b131.in <==
unless
( open( SCORE, "+>>$Score_File" ) )
{
$rbrace_follower = undef;
$keep_going = 1;
-
- # Keep the break if container is fully broken
- my $Ko = $K_opening_container->{$p_seqno};
- $self->set_forced_breakpoint($max_index_to_go)
- if ( $Ko < $K_first );
}
}
}