![]() |
|
more useful options | |
PerlMonks |
Re: Perl::Tidy formatting questionby jmcnamara (Monsignor) |
on Oct 26, 2011 at 17:41 UTC ( #933952=note: print w/replies, xml ) | Need Help?? |
The PerlTidy manpage doesn't mention chained methods so I guess it doesn't handle them. As a workaround you could format the code manually and then tell it to ignore that block with PerlTidy --format-skipping (#<<< #>>>) comments:
Of course if you have hundreds of instances like this then that will quickly become a pain. You can also force alignment by using comments at the end of each line or newlines between them (but neither of those has much advantage over the above):
--
In Section
Seekers of Perl Wisdom
|
|