Open skyluc opened 11 years ago
When hitting the return key between braces,
return
def foo {|}
it generates
def foo{ |}
It should add a correctly indented extra line:
def foo{ | }
From #1001382
When hitting the
return
key between braces,it generates
It should add a correctly indented extra line:
From #1001382