JSP Code Formatting
已回答
There is code like "<td><%=model.getId()%></td>" in the jsp file.
When the code formatter runs, it looks like this:
"<td><%=model.getId()%>
</td>"
but, I want you to look like that: "<td><%=model.getId()%></td>"
How can I handle this?
请先登录再写评论。
Hi.
Try changing Hard Wrap value in JSP Code style settings.