分享一波自己的vscode配置settings.json


{
  "window.zoomLevel": 0.5,
  "editor.tabSize": 4,
  "editor.formatOnSave": true,

  "extensions.autoUpdate": false,

  "vetur.format.defaultFormatter.html": "js-beautify-html",
  "vetur.format.defaultFormatter.js": "vscode-typescript",
  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_attributes": "auto"
      // "wrap_attributes": "force-aligned"
    }
  },

  "prettier.printWidth": 500,
  "prettier.semi": true,
  "prettier.singleQuote": true,

  "sync.gist": "dad4c6f7347d06422abf814201ca305d",
  "sync.lastUpload": "2017-11-09T03:15:52.533Z",
  "sync.autoDownload": false,
  "sync.autoUpload": false,
  "sync.lastDownload": "",
  "sync.forceDownload": false,
  "sync.anonymousGist": false,
  "sync.host": "",
  "sync.pathPrefix": "",
  "sync.quietSync": false,
  "sync.askGistName": false,
  "editor.quickSuggestions": {
    "strings": true
  },
  "files.autoSave": "off",
  "element-helper.version": "2.5",
  "extensions.ignoreRecommendations": true
}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM