02e625e8fb
Correctly indentint on "end" keyword seems very hard, it is simpler to remove it. And we already insert "end" in ruby-insert-on-new-line hook, so the removal shouldn't hurt too much.
7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
class MyClass
|
|
def method
|
|
%( )
|
|
|
|
expression
|
|
end
|