Annoying indentation
simonc opened this issue · 2 comments
simonc commented
When I write a ruby line with a block le line under it is automatically aligned each time I write something.
For instance, given the following code (the pipe sign is the caret):
= content_tag_for :article, article do
= link_to |, article
As soon as I start typing the link title the code is changed like this:
= content_tag_for :article, article do
= link_to a|, article
It's very annoying since it often causes template errors.
I don't know for sure if it's a bundle issue or a TM one but I only get this problem with slim.
Thanks !
tshedor commented