Skip to content

Commit 98dd9c4

Browse files
authored
Remove do_block from Ruby indents (#3976)
`do_block` and `block` seem to conflict, causing double-indentation in some cases. Removing `do_block` does not seem to have any negative effect, while fixing the double-indentation issue.
1 parent c196a90 commit 98dd9c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/queries/ruby/indents.scm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
(call)
77
(class)
88
(case)
9-
(do_block)
109
(elsif)
1110
(if)
1211
(hash)

0 commit comments

Comments
 (0)