darron / language-ejs

EJS support for Atom.
Apache License 2.0
14 stars 7 forks source link

Formatting breaks when opening block bracket in one tag but closing it in other #4

Open ipepe opened 9 years ago

ipepe commented 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