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 21:39:49 +09:00 committed by GitHub
parent 7f9355e11f
commit 6776688987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -587,6 +587,9 @@
},
"OCaml Interface": {
"tab_size": 2
},
"Prisma": {
"tab_size": 2
}
},
// Zed's Prettier integration settings.