settings.json 330 B

1234567891011121314
  1. {
  2. "editor.tabSize": 2,
  3. "editor.formatOnSaveMode": "file",
  4. "editor.formatOnSave": true,
  5. "typescript.format.enable": true,
  6. "editor.codeActionsOnSave": {
  7. "source.fixAll.eslint": "explicit",
  8. "source.fixAll": "explicit"
  9. },
  10. "vue.codeActions.enabled": true,
  11. "volar.format.initialIndent": {
  12. "html": true
  13. },
  14. }