mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
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:
parent
7f9355e11f
commit
6776688987
1 changed files with 3 additions and 0 deletions
|
@ -587,6 +587,9 @@
|
|||
},
|
||||
"OCaml Interface": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"Prisma": {
|
||||
"tab_size": 2
|
||||
}
|
||||
},
|
||||
// Zed's Prettier integration settings.
|
||||
|
|
Loading…
Reference in a new issue