Change auto-format line width limit? Permanently deleted user Created June 13, 2014 21:37 When auto-formatting java-code, it seems like IntelliJ will wrap long lines at ~150 chars.Is there any way to change this limit?Cannot find it in the Settings dialog...
And an additional questions.
There is a setting:
Code Style => Java => Wrapping and Braces => Keep when reformatting => Line Breaks
which I have checked.
Still, it appears, Javadoc comment lines will be joined together to make longer lines.
Is there a way to avoid that?
I would like to keep line-breaks in comments, too, when reformatting...
Edit: Clarified re. Javadoc comments (not // comments)
Code Style -> General -> Right margin
Seems to be related to http://youtrack.jetbrains.com/issue/IDEA-124516.