Hiding the vertical line shown in the Android Studio editor

1

The Android Studio 3.0 code editor displays a vertical line at position 88 for both .java and .xml files files.

The image below shows exactly what I just described:

How do I hide this line?

I searched the settings [ Ctrl + Alt + S ] and found no option that suits me.

    
asked by anonymous 08.11.2017 / 10:44

1 answer

2

To hide or show the line go to:

File > Settings > Editor > General > Appearance > Show right margin

    
08.11.2017 / 12:04