Search code examples
intellij-ideaeditor

How to adjust where the end of line is in IntelliJ


In IntelliJ (just like in Eclipse) there is a thin grey vertical line in the code editor. I assume that just like in Eclipse, the line is showing where the "end of line" is supposed to be.

2 questions: 1) Where do you adjust how long a line is allowed to be in IntelliJ? 2) If not using the exact same property from #1, where do you adjust where the line is shown in the editor?

Thanks!


Solution

  • Go to Settings → Editor → Code Style → Right Margin (columns).