

{
"security.workspace.trust.untrustedFiles": "open",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.linkedEditing": true,
"editor.fontSize": 12,
"breadcrumbs.enabled": false,
"workbench.colorTheme": "One Dark Pro Darker",
"vetur.completion.scaffoldSnippetSources": { "workspace": "💼","user": "🗒️","vetur": "✌"},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"emmet.includeLanguages": {
"wxml": "html"
},
"explorer.confirmDelete": false,
"vetur.format.options.tabSize": 4,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 300,
"window.zoomLevel": -1,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
}
}
}