10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "Dart-Code.flutter",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
}
|
|
} |