JSP Code Formatting

Answered
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?


0
1 comment

Hi.

Try changing Hard Wrap value in JSP Code style settings.

0

Please sign in to leave a comment.