Yoyoson has asked for the wisdom of the Perl Monks concerning the following question:
The thing is that right now, if I ask it to auto indent, I get this:my $var = $new->function( arg1 => 1, );
Any help is appreciated! I've tried switching between perl-mode and cperl-mode, and setting all kinds of indent-level variables and otherwise. The only thing I haven't tried is editing the emacs or the perl-mode source to get exactly what I want, partially because I am relatively new to emacs/linux and I wouldn't know where to start.my $var = $new->function( arg1 => 1, );
|
|---|