{
"vetur.format.defaultFormatter.html": "js-beautify-html",
"prettier.semi": false,
"prettier.singleQuote": true,
"window.zoomLevel": 1,
"eslint.autoFixOnSave": false,
"prettier.eslintIntegration": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": true
},
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"diffEditor.ignoreTrimWhitespace": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"sync.gist": "cba4f1309da01b5a92bc0353bd9e8062",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-07-31T10:23:58.548Z",
"sync.lastDownload": "2018-05-28T05:40:26.215Z",
"sync.forceDownload": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"breadcrumbs.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always"
}