Quantcast
Channel: How to increase the width of the code line in Android studio? - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Thomas Hüttmaier for How to increase the width of the code line in Android studio?

$
0
0

I'm not sure how to change the settings, maybe with an Android Studio plugin, but as described in the Dart docs you should avoid lines with more than 80 characters of code. Try to structure your code a bit then you have more overview instead of squeezing everything in one method, widget or whatever together

Link to Dart docs


Viewing all articles
Browse latest Browse all 6