vscode setting

{
    "files.autoSave": "onFocusChange",
    "window.openFilesInNewWindow": true,
    "workbench.editor.enablePreview": false,
    "window.zoomLevel": -1,
    "emet.triggerExpansionOnTab": false,
    "javascript.implicitProjectConfig.experimentalDecorators": true,
    "[yaml]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 4
    },
    "vetur.format.defaultFormatter.html": "js-beautify-html", 
    "editor.detectIndentation": false,
    "vetur.format.defaultFormatter.js": "vscode-typescript" 
}
原文地址:https://www.cnblogs.com/hill-foryou/p/10643969.html