Open ipepe opened 9 years ago
Example:
<% for(var i=0; i<10; i++){ %> <div> ... </div> <% } %>
When I do auto-indend on something like this, it will move <% } %> to the level of div
Example:
When I do auto-indend on something like this, it will move <% } %> to the level of div