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


in reply to PBP's .perltidyrc file, was Re: Perl Best Practices
in thread Perl Best Practices

perltidy now comes with option -pbp, --perl-best-practices
-l=78 -i=4 -ci=4 -st -se -vt=2 -cti=0 -pt=1 -bt=1 -sbt=1 -bbt=1 -n +sfs -nolq -wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="

Replies are listed 'Best First'.
Re^2: PBP's .perltidyrc file, was Re: Perl Best Practices
by nubbel (Novice) on Nov 30, 2012 at 13:22 UTC
    to know where to place the .perltidyrc file enter perltidy -dpro as reslut you'll get where perltidy is looking to find the config file. if one is found, you'll get the contents.