2021-02-14 05:22:25 +00:00
|
|
|
{
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/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
|
|
|
}
|