mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
In pgindent, suppress reading the perltidy RC file using --noprofile.
This commit is contained in:
parent
baac19bddd
commit
8f466a28da
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user