Can I Remove "Right Margin" in phpstorm (not hide)
i want to remove right margin from phpstorm (that gray line in the right side), i can hide it but it wraps code anyways.
yes it is for good-code, but i just want to remove it. so no code wrapping.
i search everywhere but couldn't find an option to do that.
thanks
Please sign in to leave a comment.
Hi there,
Settings (Preferences on Mac) | Editor | Code Style | Right margin (columns)
You can set that value to some big number (e.g. 999 or whatever)
I cannot find "Right Margin" written anywhere
@Bushra Rehan
>I cannot find "Right Margin" written anywhere
What exactly the issue that you are having? The option is still there .. just named a bit differently now.
These are global settings:
And it can be overridden per language (if it support it). For example PHP:
So Hard Wrap is right col?
>So Hard Wrap is right col?
If you refer to wording -- yes.