{
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"workbench.startupEditor": "none",
"vetur.validation.template": true,
"editor.tabSize": 2,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
],
"eslint.alwaysShowStatus": true,
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
"eslint.format.enable": true,
"[vue]": {"editor.defaultFormatter": "dbaeumer.vscode-eslint"},
"": {"editor.defaultFormatter":"dbaeumer.vscode-eslint"},
// "files.eol": "\n"
}