17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "Dart-Code.flutter",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
},
|
|
"cSpell.words": [
|
|
"gstatic",
|
|
"Linkding",
|
|
"linkdy",
|
|
"Linkdy"
|
|
],
|
|
"cSpell.language": "en,es,tr",
|
|
} |