[ruby] Add indentationRules #10307
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
languages-basic
Basic language support issues
Milestone
Steps to Reproduce:
def whatever
end
to end the method blockI expected the text
end
to be auto-de-indented 1 level, so it matchesdef whatever
. What actually happened is nothing at all.That's the request. The question is, is this expected to be core behavior, or something I need an extension for since it's language specific?
The text was updated successfully, but these errors were encountered: