Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change AndroidStudio right margin

The right margin in AndroidStudio is of 100 characters. I can't seem to find an option to change it to say, 120 characters. Can someone please help?

like image 269
Bonton255 Avatar asked Mar 07 '15 11:03

Bonton255


2 Answers

Settings | Code Style | Right margin (columns)

like image 108
yole Avatar answered Oct 14 '22 02:10

yole


Android Studio 4.0.1:

File > Settings > Editor > Code Style > $filetype > Line Length: ______ (Set it according to your convenience).

like image 32
Subrat Singhal Avatar answered Oct 14 '22 03:10

Subrat Singhal