On Mon, 2007-11-05 at 10:30 -0700, Kristis Makris wrote: > There are some things I've been unable to figure out how to do. Like: > > - Stop perltidy from deleting the 2 out of the 3 lines between > functions. I'd prefer 3 lines rather than 1. > > - Keep space after parenthesis > > e.g this > > my ($bug_status) = (@_) > > > should look like > > my ( $bug_status ) = ( @_ ) > > but instead looks only like > > my ( $bug_status ) = (@_) > > when using -bt=0
It looks like I need --paren-tightness=0
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
