mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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
|
||||
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