We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentda9a864 commit90cb9c3Copy full SHA for 90cb9c3
src/tools/pgindent/README
@@ -30,21 +30,3 @@ These bugs become pretty major when you are doing >400k lines of code.
30
If you don't believe me, take a directory and make a copy. Run pgindent
31
on the copy using GNU indent, and do a diff -r. You will see what I
32
mean. GNU indent does some things better, but mangles too.
33
-
34
35
----------------------------------------------------------------------------
36
37
-For java, we use astyle, http://astyle.sourceforge.net/, with the
38
-following options:
39
40
-find . \( -name '*.java' -o -name '*.java.in' \) -print |
41
-xargs -n100 pgjindent
42
43
44
45
-For cpp, we use astyle, http://astyle.sourceforge.net/, with the
46
47
48
-find src/interfaces/libpq++ -name '*.[ch]' -print |
49
-xargs -n100 pgcppindent
50