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

Commit46d5078

Browse files
committed
Update pgindent README so it gets *.java.in files.
1 parentf3148be commit46d5078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/pgindent/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ directory. Merge the output of these and remove duplicates.
3535
For java, we use astyle, http://astyle.sourceforge.net/, with the
3636
following options:
3737

38-
find . -name '*.java' -type f -print | xargs -n100 pgjindent
38+
find . \( -name '*.java' -o -name '*.java.in' \) -print |
39+
xargs -n100 pgjindent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp