platform/.vscode/settings.json
2022-07-11 14:15:02 +08:00

18 lines
No EOL
389 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
},
"cmake.configureOnOpen": false
}