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": {
|
"OCaml Interface": {
|
||||||
"tab_size": 2
|
"tab_size": 2
|
||||||
|
},
|
||||||
|
"Prisma": {
|
||||||
|
"tab_size": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Zed's Prettier integration settings.
|
// Zed's Prettier integration settings.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue