1
0
mirror of synced 2025-01-22 19:32:05 +01:00
Bayshore/.vscode/settings.json

8 lines
161 B
JSON
Raw Normal View History

2022-07-15 15:39:59 +01:00
{
// Fuck your 2 spaces
"[prisma]": {
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.formatOnSave": true
}
}