{
"workbench.iconTheme": "vscode-icons",
"editor.renderIndentGuides": false,
"workbench.colorTheme": "One Dark Pro",
"editor.detectIndentation": false,
"editor.fontSize": 18,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"workbench.startupEditor": "welcomePage",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"editor.quickSuggestions": {
"strings": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
{
"language": "html",
"autoFix": true
}
],
"window.zoomLevel": -1
}