From 98dd9c4f2bf71e9afb72f61af9d45100fda0526e Mon Sep 17 00:00:00 2001 From: Oskar Köök Date: Mon, 26 Sep 2022 20:04:32 +0300 Subject: 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.--- runtime/queries/ruby/indents.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') 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) -- cgit v1.2.3-70-g09d2