Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby code folding improper when using implicit begin blocks on method #465

Closed
jptalton opened this issue Sep 4, 2014 · 1 comment
Closed

Comments

@jptalton
Copy link

jptalton commented Sep 4, 2014

OSX ST3 3065

when using implicit begin blocks on methods, with proper indentation, the folding ends at the rescue leaving the rest of the code 'dangling'

def foo
...
rescue
...
end

this will result in a folding that loos like:

def foo [...]
rescue
...
end

https://github.com/bbatsov/ruby-style-guide#begin-implicit

@titoBouzout
Copy link
Collaborator

This issue was moved to jskinner/DefaultPackages#18

@sublimehq sublimehq locked and limited conversation to collaborators Dec 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants