Reputation: 1001
I edited this question to include the Flutter community, cause a lot of you use Android Studio and if anyone knows the answer, it'll be one of you. Thanks.
The editor in Android Studio is auto wrapping lines at about 80 characters.
How can I increase this? (using version 4.0)
Cheers,
Paul
Upvotes: 0
Views: 256
Reputation: 1840
Settings > Editor > Code Style > [Language] > Wrapping and Braces > Hard wrap at
Android Studio (as with all IDEs built off of the IntelliJ platform) formats each language according to different specifications, so you will need to change this for all the languages you are using. The default is usually 100 and the max is 999
Upvotes: 3