1
0
mirror of synced 2024-12-05 03:27:57 +01:00
Bayshore/.vscode/settings.json

8 lines
161 B
JSON
Raw Normal View History

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