Eclipse has a huge number of formatting rules for Java and Javascripting, which can be achieved using the "code-style" option under java and javascript. I could not find any JSP settings for formatting rules. Whether there is a?
I can find some basic settings in Web-> JSP Files-> Editor, which are redirected to Web-> Html-> Editor and Web-> XML-> Editor. These options include splitting attributes, blank lines, whitespace, and indentation style (tabs / spaces). I can confirm that the XML parameters are used when formatting JSP pages. The HTML editor is used only for line length.
Also, how can I export these parameters? Are they exported via File-> Export-> General-Preferences?
source
share