Fix Prisma indentation size (#9753)

This PR fixes #9567 

Release Notes:

- Changed default indentation for Prisma files to 2 spaces
([#9567](https://github.com/zed-industries/zed/issues/9567)).
This commit is contained in:
Ko
2024-03-25 08:39:49 -04:00
committed by GitHub
parent 7f9355e11f
commit 6776688987
+3
View File
@@ -587,6 +587,9 @@
},
"OCaml Interface": {
"tab_size": 2
},
"Prisma": {
"tab_size": 2
}
},
// Zed's Prettier integration settings.