Commit d6ef897
Tabs and Indents visitor (#104)
* Add test cases for tabs and indents visitor
* Add extra test cases for autoformat
* More tests
* Add helper methods
* Add helper method to cursor
* Add WIP version of visitor
* Add extended test cases
* WIP comment support and further extension
* Add Tree Printer
* Fixes
* Add fixed and some extra tests
* Add some trailing comma handling in collection literals
* Add extra test and some support code for METHOD_SELECT_SUFFIX
* Reorder
* Add extra test cases for comments and mark some test with xfail
* Polish `TabsAndIndentsVisitor`
---------
Co-authored-by: Knut Wannheden <knut@moderne.io>1 parent fe1a22a commit d6ef897
File tree
7 files changed
+1349
-7
lines changed- rewrite
- rewrite
- java
- python
- format
- utils
- tests/python/all/format
7 files changed
+1349
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
130 | 160 | | |
131 | 161 | | |
132 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
| 47 | + | |
39 | 48 | | |
| 49 | + | |
40 | 50 | | |
0 commit comments