JSP reformat code, new lines
Hi!
We have jsp page with code:
<td><%=v.getName()%></td>
<td><%=v.getVid()%></td>
And after reformat code we have:
<td><%=v.getName()%>
</td>
<td><%=v.getVid()%>
</td>
IDEA break short td lines. Is it possible to disable it?
PS Sorry for my English :)
请先登录再写评论。
I have the same problem in IntelliJ 12.
@Billy Bons: Did you ever find a solution?
UPDATE:
I just found an bug report in YouTrack:
http://youtrack.jetbrains.com/issue/IDEA-63596
Please vote for it!