darron / language-ejs

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

Formatting issue with ejs embedded in anchor tag #7

Open tom-haux opened 9 years ago

tom-haux commented 9 years ago

<a href="foo" <% if (false) { %> bar <% } %>

when reformatted with atom-beautify:

<a % (false) <% href="foo" if {> bar <% } %>