Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 8791ba6

Browse files
one space after while keyword in while loop statement
1 parent d8c077d commit 8791ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings/sql_developer/trivadis_custom_format.arbori

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,11 @@ a8_update_set_clause:
16211621
& [node^) update_set_clause
16221622
;
16231623

1624+
a8_while:
1625+
[node) 'WHILE'
1626+
& [node^) iteration_scheme
1627+
;
1628+
16241629
a8_one_space_after:
16251630
a8_if
16261631
| a8_end
@@ -1652,6 +1657,7 @@ a8_one_space_after:
16521657
| a8_return_stmt
16531658
| a8_returning
16541659
| a8_update_set_clause
1660+
| a8_while
16551661
-> {
16561662
var node = tuple.get("node");
16571663
if (!hasCommentsBetweenPos(node.from, node.to)) {

0 commit comments

Comments
 (0)