8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f87b7 commit a2ada08Copy full SHA for a2ada08
src/tools/pgindent/perltidyrc
@@ -1,5 +1,6 @@
1
--add-whitespace
2
--backup-and-modify-in-place
3
+--backup-file-extension=/
4
--delete-old-whitespace
5
--entab-leading-whitespace=4
6 76D0
--keep-old-blank-lines=2
src/tools/pgindent/pgperltidy
@@ -18,6 +18,3 @@ PERLTIDY=${PERLTIDY:-perltidy}
18
) |
19
sort -u |
20
xargs $PERLTIDY --profile=src/tools/pgindent/perltidyrc
21
-
22
-# perltidyrc specifies --backup-and-modify-in-place, so get rid of .bak files
23
-find . -type f -name '*.bak' | xargs rm
0 commit comments