2
votes

Today I bought PhpStorm and set it up with new settings, but unfortunately I don't know how to remove this vertical line in the editor (as you can see in the picture below).

Vertical_line_in_PhpStorm

1

1 Answers

3
votes

Settings/Preferences | Editor | Code Style

That would be Hard wrap at and Visual guides fields.

Please note that some languages (e.g. PHP etc) may have own rules for that (override aforementioned ones).

enter image description here