platform/.vscode/settings.json
2021-07-08 10:44:27 +08:00

17 lines
No EOL
357 B
JSON

{
"files.watcherExclude": {
"**/target": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"beautify.language": {
"html": ["html"],
"css": [],
"js": []
},
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
}
}