zoukankan      html  css  js  c++  java
  • 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
    }
    
  • 相关阅读:
    e家modem共享上网方法
    千里奔丧
    解决dbvisualizer乱码问题Ubuntu手记之软件
    目录结构Ubuntu手记之系统配置
    javaFTP编程
    JAVA运行环境设置
    VPNCUbuntu手记之软件
    清洗节气门
    IPMSGUbuntu手记之软件
    AIX下的JAVA线程监视
  • 原文地址:https://www.cnblogs.com/pengchenggang/p/14107383.html
Copyright © 2011-2022 走看看