Unnamed repository; edit this file 'description' to name the repository.
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.
Oskar Köök 2022-09-27
parent c196a90 · commit 98dd9c4
-rw-r--r--runtime/queries/ruby/indents.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/queries/ruby/indents.scm b/runtime/queries/ruby/indents.scm
index f5a6d19b..7fcf59f5 100644
--- a/runtime/queries/ruby/indents.scm
+++ b/runtime/queries/ruby/indents.scm
@@ -6,7 +6,6 @@
(call)
(class)
(case)
- (do_block)
(elsif)
(if)
(hash)