Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2ada08

Browse files
committed
perltidy: Don't write backup files
Newer perltidy versions can just avoid writing backup files, so we don'tneed the old dance of deleting them afterwards. Supported since 20120619.https://metacpan.org/source/SHANCOCK/Perl-Tidy-20120619/CHANGES#L61
1 parent45f87b7 commita2ada08

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎src/tools/pgindent/perltidyrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--add-whitespace
22
--backup-and-modify-in-place
3+
--backup-file-extension=/
34
--delete-old-whitespace
45
--entab-leading-whitespace=4
56
--keep-old-blank-lines=2

‎src/tools/pgindent/pgperltidy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ PERLTIDY=${PERLTIDY:-perltidy}
1818
)|
1919
sort -u|
2020
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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp