首页 > 其他 > 详细

vscode setting

时间:2020-07-18 14:22:15      阅读:38      评论:0      收藏:0      [点我收藏+]
{
  "php.validate.executablePath": "D:/phpstudy_pro/Extensions/php/php7.3.4nts/php.exe",
  "files.autoSave": "afterDelay",
  "git.ignoreMissingGitWarning": true,
  "workbench.colorTheme": "Webstorm IntelliJ Darcula Theme",
  "vetur.format.defaultFormatter.js": "vscode-typescript",
  "vetur.format.defaultFormatter.html": "js-beautify-html",
  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_line_length": 1200,
      "wrap_attributes": "auto"
    },
    "prettyhtml": {
      "printWidth": 100,
      "singleQuote": true,
      "wrapAttributes": true,
      "sortAttributes": true
    },
    "prettier": {
        "singleQuote": true,
        "semi": false
    },
    "space-before-function-paren": ["error", {
        "anonymous": "always",
        "named": "always",
        "asyncArrow": "always"
    }],
    "vue/html-self-closing": ["error", {
      "html": {
          "void": "never",
          "normal": "always",
          "component": "never"
      },
      "svg": "always",
      "math": "always"
  }],
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
}

vscode setting

原文:https://www.cnblogs.com/lezuw/p/13334719.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!