16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "Dart-Code.flutter",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
},
|
|
"cSpell.words": [
|
|
"gstatic",
|
|
"Linkding",
|
|
"linkdy",
|
|
"Linkdy"
|
|
]
|
|
} |