settings.json 20201209

李昱版

{
    "editor.fontSize": 20,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Spacegray Eighties Dark",
    // "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    // "git.enableSmartCommit": true,
    // "git.autofetch": true,
    // "git.confirmSync": false,
    // "[javascript]": {
    //     "editor.defaultFormatter": "HookyQR.beautify"
    // },
    // "php.validate.executablePath": "C:\\wamp\\bin\\php\\php5.6.25\\php.exe",
    // "phpserver.browser": "google-chrome",
    // "editor.fontLigatures": null,
    // 下面是李昱的配置文件
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "editor.tabSize": 2,
    "editor.insertSpaces": true,
    //javascript
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "javascript.implicitProjectConfig.experimentalDecorators": true,
    //eslint
    "eslint.format.enable": false,
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        "vue"
    ],
    //vetur
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
            "wrap_attributes": "force-aligned"
        }
    },
    "vetur.validation.template": false
}
posted @ 2020-12-09 10:51  彭成刚  阅读(115)  评论(0)    收藏  举报