mirror of https://github.com/helix-editor/helix
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.pull/3983/head
parent
c196a90684
commit
98dd9c4f2b
|
@ -6,7 +6,6 @@
|
|||
(call)
|
||||
(class)
|
||||
(case)
|
||||
(do_block)
|
||||
(elsif)
|
||||
(if)
|
||||
(hash)
|
||||
|
|
Loading…
Reference in New Issue