summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-06-15 22:50:02 -0400
committerBruce Momjian <bruce@momjian.us>2012-06-15 22:50:02 -0400
commit8f466a28da28235fe2b3e919ae8267f8eef1db64 (patch)
tree8a36c9af3f0fef786e1158ef502ea87f4d67fac3 /src
parentbaac19bdddaf6d0b8a0e6ff693d87404b2a69832 (diff)
In pgindent, suppress reading the perltidy RC file using --noprofile.
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index f3091da0cc5..191a8f2122c 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 \