diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-06-15 22:50:02 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-06-15 22:50:02 -0400 |
commit | 0acd97825916bd341dfc6061a0713e0c56901571 (patch) | |
tree | b41d52fb671edb3fae4ffb1c191950559eaffd14 /src/tools/pgindent | |
parent | d6e02074371b39f9bfd7323c95102e4af53b34c6 (diff) | |
download | postgresql-0acd97825916bd341dfc6061a0713e0c56901571.tar.gz postgresql-0acd97825916bd341dfc6061a0713e0c56901571.zip |
In pgindent, suppress reading the perltidy RC file using --noprofile.
Diffstat (limited to 'src/tools/pgindent')
-rw-r--r-- | src/tools/pgindent/README | 2 |
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 \ |