mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
34 lines
987 B
JSON
34 lines
987 B
JSON
|
{
|
||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||
|
"typescript.preferences.importModuleSpecifierEnding": "js",
|
||
|
"prettier.configPath": ".prettierrc.json",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": true
|
||
|
},
|
||
|
"[markdown]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[yaml]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[json]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[jsonc]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[typescript]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[javascript]": {
|
||
|
"editor.autoClosingBrackets": "always",
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
}
|
||
|
}
|