Closed lrdiv closed 9 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.
def
end
Current behavior in atom:
Expected behavior (from SublimeText 3 Beta):
Seems like this was fixed in the meantime -- I'm having trouble reproducing that behavior:
Let us know if you can still reproduce this. :v:
When a method is
def
ined andend
ed without any code in that block, theend
shoots over one tab when the user tries to put code between those 2 lines.Current behavior in atom:
Expected behavior (from SublimeText 3 Beta):