Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij - disable vertical line/right margin

enter image description here

Just installed 2017.3 and it had returned... Cannot find the setting to turn it off.

like image 283
Łukasz Avatar asked Oct 30 '25 01:10

Łukasz


1 Answers

IntelliJ IDEA 2017.3 version adds the ability to configure multiple soft limits for the file. This lets you configure several visual guides that will help control the width of the code. So the Right margin option (the characters lengts limit after which the code will be wrapped in Editor) was renamed to Hard wrap at option.

like image 191
Andrey Avatar answered Oct 31 '25 15:10

Andrey