| 1234567891011121314 |
- {
- "editor.tabSize": 2,
- "editor.formatOnSaveMode": "file",
- "editor.formatOnSave": true,
- "typescript.format.enable": true,
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": "explicit",
- "source.fixAll": "explicit"
- },
- "vue.codeActions.enabled": true,
- "volar.format.initialIndent": {
- "html": true
- },
- }
|