Commit c16913a
committed
[ignore] align formatting in XQueryTree.g and XQuery.g
Align the format of each rule to what is used as the defacto
standard in both files.
Very simpe rule on a single line
```
rule: SOME THINGS ;
```
Complex rules
```
complexRule
{ Boolean someVar; }
:
SOME
{ more java; }
THINGS
;
```1 parent 15c8981 commit c16913a
File tree
2 files changed
+208
-153
lines changed- exist-core/src/main/antlr/org/exist/xquery/parser
2 files changed
+208
-153
lines changed
0 commit comments