aliariff/vscode-erb-beautify

Code inside of a do block is not indented

overdrivemachines opened this issue · 2 comments

<%= link_to post, class: "post-container" do %>
<div>
  ...
</div>
<% end %>

This plugin does not indent the div inside the do block. Can this be fixed?

Hi @overdrivemachines

Closing this since it can't be reproduced, and there's no extra info to go on. If the problem's still there, please reopen and share more details.