jdaugherty opened a new issue, #75: URL: https://github.com/apache/grails-intellij-plugin/issues/75
It seems that Settings / Code Style / HTML / "Insert new line before" does not work for gsp actions. Tested with file: ``` <%@ page contentType="text/html;charset=UTF-8" %> <html> <head><title>Start</title></head> <body> <g:link action="testFlows1" event="go">Go!</g:link> </body> </html> ``` Added "g:link" to the list in the setting, reformatted the file: no new line before g:link. Same setting work for jsp actions in JSP file. 106.84. --- *Imported from [IDEA-65939](https://youtrack.jetbrains.com/issue/IDEA-65939) · Type: Feature · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
