mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
26 lines
588 B
JSON
26 lines
588 B
JSON
{
|
|
"files.autoSave": "afterDelay",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[html]": {
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
},
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.removeUnusedImports": false
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"spellright.language": [
|
|
"de"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex",
|
|
"plaintext"
|
|
]
|
|
}
|