atom / language-ruby-on-rails

Ruby on Rails package for Atom
Other
48 stars 41 forks source link

Unexpected indentation when defining a method #4

Closed lrdiv closed 9 years ago

lrdiv commented 10 years ago

When a method is defined and ended without any code in that block, the end shoots over one tab when the user tries to put code between those 2 lines.

Current behavior in atom: indent

Expected behavior (from SublimeText 3 Beta): indent2

izuzak commented 9 years ago

Seems like this was fixed in the meantime -- I'm having trouble reproducing that behavior:

ruby

Let us know if you can still reproduce this. :v: