ejs <% %> reformatting issue
Hi all,
thaks for the great IDE, I have just one thing that really let me struggle right now.
Reformatting does following thing wrong:
<a href="<%=somevars%><%=someotherstuff%>">
gets reformatted to
<a href="<%=somevars%> <%=someotherstuff%>">
it inserts a whitespace between %> and <% ... is there a way to disable this behaviour or is it a bug? I cannot see a reason why it should insert a whitespace?
Thanks
Simon
Please sign in to leave a comment.
https://youtrack.jetbrains.com/issue/WEB-21041 is fixed in the upcoming 2018.2.1 update