vscode settings
* correct linebreaks * search exclusion * automatic prettifier
This commit is contained in:
parent
bbb9a2c1fa
commit
0ac289bd44
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -1,4 +1,13 @@
|
||||||
{
|
{
|
||||||
"javascript.preferences.importModuleSpecifier": "shortest",
|
"javascript.preferences.importModuleSpecifier": "shortest",
|
||||||
"typescript.preferences.importModuleSpecifier": "shortest"
|
"typescript.preferences.importModuleSpecifier": "shortest",
|
||||||
|
"files.eol": "\r\n",
|
||||||
|
"search.exclude": {
|
||||||
|
"**/node_modules": true,
|
||||||
|
"**/package-lock.json": true,
|
||||||
|
"**/yarn.lock": true
|
||||||
|
},
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnPaste": true,
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user