From: Bruce Momjian Date: Sat, 16 Jun 2012 02:50:02 +0000 (-0400) Subject: In pgindent, suppress reading the perltidy RC file using --noprofile. X-Git-Tag: REL9_3_BETA1~1338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0acd97825916bd341dfc6061a0713e0c56901571;p=postgresql In pgindent, suppress reading the perltidy RC file using --noprofile. --- diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index f3091da0cc..191a8f2122 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -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 \