mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
14 lines
336 B
JSON
14 lines
336 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"
|
|
}
|
|
}
|