17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"javascript.preferences.importModuleSpecifier": "shortest",
|
|
"typescript.preferences.importModuleSpecifier": "shortest",
|
|
"files.eol": "\n",
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/package-lock.json": true,
|
|
"**/yarn.lock": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.python"
|
|
}
|
|
}
|