platform/.vscode/settings.json

17 lines
355 B
JSON
Raw Normal View History

2021-02-14 05:22:25 +00:00
{
"files.watcherExclude": {
2021-07-09 05:39:39 +00:00
"**/target": true
2021-07-08 02:44:27 +00:00
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"beautify.language": {
"html": ["html"],
"css": [],
"js": []
},
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
}
2021-02-14 05:22:25 +00:00
}