You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started working on a project with loose style guidelines, so there are many files with inconsistent spacing between methods. It would be great to have the methods that don't have a gap between them treated individually.
Simplified example:
def foo
end
def bar
end
def baz
end
is folded as
4 lines: def foo
2 lines: def baz
The text was updated successfully, but these errors were encountered:
I've started working on a project with loose style guidelines, so there are many files with inconsistent spacing between methods. It would be great to have the methods that don't have a gap between them treated individually.
Simplified example:
is folded as
The text was updated successfully, but these errors were encountered: