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 f3148be commit 46d5078Copy full SHA for 46d5078
src/tools/pgindent/README
@@ -35,4 +35,5 @@ directory. Merge the output of these and remove duplicates.
35
For java, we use astyle, http://astyle.sourceforge.net/, with the
36
following options:
37
38
- find . -name '*.java' -type f -print | xargs -n100 pgjindent
+ find . \( -name '*.java' -o -name '*.java.in' \) -print |
39
+ xargs -n100 pgjindent
0 commit comments