9 lines
No EOL
226 B
JSON
9 lines
No EOL
226 B
JSON
{
|
|
"dart.previewLsp": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"source.sortMembers": "never"
|
|
},
|
|
"editor.formatOnSave": true
|
|
} |