In pgindent, suppress reading the perltidy RC file using --noprofile.

This commit is contained in:
Bruce Momjian 2012-06-15 22:50:02 -04:00
parent d6e0207437
commit 0acd978259
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
9) Indent the Perl code:
find . -name \*.pl -o -name \*.pm | xargs perltidy \
find . -name \*.pl -o -name \*.pm | xargs perltidy --noprofile \
--backup-and-modify-in-place --opening-brace-on-new-line \
--vertical-tightness=2 --vertical-tightness-closing=2 \
--nospace-after-keyword=for --nospace-for-semicolon \