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:
@@ -587,6 +587,9 @@
|
||||
},
|
||||
"OCaml Interface": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"Prisma": {
|
||||
"tab_size": 2
|
||||
}
|
||||
},
|
||||
// Zed's Prettier integration settings.
|
||||
|
||||
Reference in New Issue
Block a user