We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e0207 commit 0acd978Copy full SHA for 0acd978
src/tools/pgindent/README
@@ -46,7 +46,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
46
47
9) Indent the Perl code:
48
49
- find . -name \*.pl -o -name \*.pm | xargs perltidy \
+ find . -name \*.pl -o -name \*.pm | xargs perltidy --noprofile \
50
--backup-and-modify-in-place --opening-brace-on-new-line \
51
--vertical-tightness=2 --vertical-tightness-closing=2 \
52
--nospace-after-keyword=for --nospace-for-semicolon \
0 commit comments