Skip to main content
added 24 characters in body
Source Link

It is better to move the line. The default value is 80 Add in settings.json this code:

"editor.rulers": [120], "editor.wordWrapColumn": 120, "editor.wordWrap": "off", "dart.lineLength": 120,

Hope this can work for you

PD: 120 is an example put the number that you want

It is better to move the line. Add in settings.json this code:

"editor.rulers": [120], "editor.wordWrapColumn": 120, "editor.wordWrap": "off", "dart.lineLength": 120,

Hope this can work for you

PD: 120 is an example put the number that you want

It is better to move the line. The default value is 80 Add in settings.json this code:

"editor.rulers": [120], "editor.wordWrapColumn": 120, "editor.wordWrap": "off", "dart.lineLength": 120,

Hope this can work for you

PD: 120 is an example put the number that you want

Source Link

It is better to move the line. Add in settings.json this code:

"editor.rulers": [120], "editor.wordWrapColumn": 120, "editor.wordWrap": "off", "dart.lineLength": 120,

Hope this can work for you

PD: 120 is an example put the number that you want