Originally reported here: https://github.com/atom/language-ruby/issues/7 Example: ``` ruby class Example def test ["a", "b"] end end ``` After running `Indent Selection`: ``` ruby class Example def test ["a", "b"] end end ```
Originally reported here: atom/language-ruby#7
Example:
After running
Indent Selection: