In Eclipse, I’ve setup the Java formatter to wrap lines only when they exceed 120 characters. I would like the same setting to be used when I format JSP files, but at the moment it wraps them when they exceed 90 characters, is it possible to change this?
Share
Window – Preferences – Web – JSP Files – Editor. Click on the link for your kind of JSP (HTML or XML content), and adjust the line width.