Android Studio disable line wrap

前端 未结 10 1003
遇见更好的自我
遇见更好的自我 2021-02-03 19:29

I have this strange line wrap on Android Studio and I want to disable because it freaks me out...

\"enter

10条回答
  •  广开言路
    2021-02-03 19:55

    If you're wondering how to do this for Flutter/Dart, here's how:

    1. File -> Settings -> Code Style -> Dart
    2. Change the Line length field to something bigger than the default (I'm using 300)

    This should work for any programming language.

提交回复
热议问题