Commit 0acd9782 authored by Bruce Momjian's avatar Bruce Momjian

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

parent d6e02074
...@@ -46,7 +46,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and ...@@ -46,7 +46,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
9) Indent the Perl code: 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 \ --backup-and-modify-in-place --opening-brace-on-new-line \
--vertical-tightness=2 --vertical-tightness-closing=2 \ --vertical-tightness=2 --vertical-tightness-closing=2 \
--nospace-after-keyword=for --nospace-for-semicolon \ --nospace-after-keyword=for --nospace-for-semicolon \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment