http://www.perlmonks.org?node_id=516702


in reply to Re^3: Perl Best Practices PerlTidy
in thread Perl Best Practices PerlTidy

I like the automated indentation happen as soon as reasonable (e.g. after a return) on a small scope, so I can visually verify it's exactly what I want. I can get perltidy to do 98% of what I want, but there are rare times when I want a specific hand coded indentation, and I don't want it to change silently afterward. I'm probably just too picky or don't know enough about perltidy to rely on it 100% yet.