File tree Expand file tree Collapse file tree 2 files changed +153
-375
lines changed Expand file tree Collapse file tree 2 files changed +153
-375
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,3 @@ These bugs become pretty major when you are doing >400k lines of code.
30
30
If you don't believe me, take a directory and make a copy. Run pgindent
31
31
on the copy using GNU indent, and do a diff -r. You will see what I
32
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
- following options:
47
-
48
- find src/interfaces/libpq++ -name '*.[ch]' -print |
49
- xargs -n100 pgcppindent
50
-
You can’t perform that action at this time.
0 commit comments