Subject: | Empty lines added to code betwee format skipping tags |
Hi,
Example code:
#<<<
=head1 NAME
=cut
my %KA_CACHE; # indexed by uhost currently, points to [$handle...] array
=head1 NAME
=cut
#>>>
perltidy options:
--perl-best-practices --tight-secret-operators --continuation-indentation=2 --maximum-line-length=0 --format-skipping --converge
Every time perltidy inserts new lines before second =head.
I have mercurial hook, that automatically apply perltidy to all committed sources - so sources with such code become modified on each commit and grows.