mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
In pgindent, suppress reading the perltidy RC file using --noprofile.
This commit is contained in:
parent
d6e0207437
commit
0acd978259
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user