I've just started using TM, previously I used emacs. When I typed a perl line like: my $p = Base::Sub->new (id => 1234, name => "test"); I would only have to hit tab on each new line to move the cursor to below the appropriate place on the above line i.e. it auto formatted the code for me. TM doesn't seem to do this, which is annoying the hell out of me. Can someone help please?
my $p = Base::Sub->new (id => 1234, name => "test");
my $p = Base::Sub->new( id => 1234, name => "test");