mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
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
51 B
Plaintext
7 lines
51 B
Plaintext
class MyClass
|
|
def method
|
|
end
|
|
|
|
expression
|
|
end
|