// 将设置放入此文件中以覆盖默认值和用户设置。
{
  "files.autoSave": "onFocusChange",
  "javascript.validate.enable": false,
  "editor.tabSize": 2,
  "editor.renderIndentGuides": true,
  "eslint.enable": true,
  "editor.detectIndentation": false
}