BeautifyRuby
BeautifyRuby copied to clipboard
Can there be an option to only have one newline between blocks?
for example: methods:
def something
...
end
# one newline ^
def other_method
...
end
I was thinking this would be handy if someone accidentally put in like 6 newlines between methods.