11 lines
319 B
JSON
11 lines
319 B
JSON
{
|
|
"dart.lineLength": 80,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.wordBasedSuggestions": "off",
|
|
"files.insertFinalNewline": true,
|
|
"editor.defaultFormatter": "Dart-Code.dart-code"
|
|
}
|