mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update pgindent README so it gets *.java.in files.
This commit is contained in:
@ -35,4 +35,5 @@ directory. Merge the output of these and remove duplicates.
|
|||||||
For java, we use astyle, http://astyle.sourceforge.net/, with the
|
For java, we use astyle, http://astyle.sourceforge.net/, with the
|
||||||
following options:
|
following options:
|
||||||
|
|
||||||
find . -name '*.java' -type f -print | xargs -n100 pgjindent
|
find . \( -name '*.java' -o -name '*.java.in' \) -print |
|
||||||
|
xargs -n100 pgjindent
|
||||||
|
Reference in New Issue
Block a user