2022-11-14 16:37:32 +01:00
|
|
|
{
|
|
|
|
|
"files.autoSave": "afterDelay",
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.formatOnPaste": true,
|
|
|
|
|
"editor.formatOnType": true,
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
|
"[html]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
2023-01-05 15:42:47 +01:00
|
|
|
},
|
|
|
|
|
"[prisma]": {
|
|
|
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
2023-02-01 17:18:28 +01:00
|
|
|
},
|
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-02-02 12:06:55 +01:00
|
|
|
"source.removeUnusedImports": false
|
2023-02-03 16:32:44 +01:00
|
|
|
},
|
|
|
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
|
|
|
"spellright.language": ["de"],
|
|
|
|
|
"spellright.documentTypes": ["markdown", "latex", "plaintext"]
|
2022-11-14 16:37:32 +01:00
|
|
|
}
|