您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

12 行
219 B

  1. {
  2. "printWidth": 80,
  3. "htmlWhitespaceSensitivity": "ignore",
  4. "tabWidth": 2,
  5. "bracketSameLine": true,
  6. "useTabs": true,
  7. "vueIndentScriptAndStyle": false,
  8. "semi": true,
  9. "singleQuote": true,
  10. "trailingComma": "es5"
  11. }