]> granicus.if.org Git - postgresql/commitdiff
In pgindent, suppress reading the perltidy RC file using --noprofile.
authorBruce Momjian <bruce@momjian.us>
Sat, 16 Jun 2012 02:50:02 +0000 (22:50 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 16 Jun 2012 02:50:02 +0000 (22:50 -0400)
src/tools/pgindent/README

index f3091da0cc5ba5668866b19739a1e81ee9b017fc..191a8f2122c1067cef13f278a36e80c7ec22c596 100644 (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 \