18 lines
No EOL
389 B
JSON
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
|
|
} |