![]() |
|
Welcome to the Monastery | |
PerlMonks |
perltidyrc file not being usedby geraint (Novice) |
on Apr 25, 2019 at 11:19 UTC ( #1232976=perlquestion: print w/replies, xml ) | Need Help?? |
geraint has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I've installed perltidy but it doesn't seem to be using the options from the .perltidyrc file. According to the docs (http://perltidy.sourceforge.net/perltidy.html) it should check in the current directory for a .perltidyrc file first and use that one. From the directory containing the rc file I'm running the followng. perltidy path/tp/file.pm > tmp.pmThere's a long comment which is not being indented in the block even though the content of my file is as follows:
How can I make sure perltidy is using my rc file? Running perltidy -dpro gives an output that matches the rc file including the -nolq option. Thanks, Ger
Back to
Seekers of Perl Wisdom
|
|