Use auto formatter settings for Zed repo.
Some users might have a language server formatter set in their settings, which is exclusive with prettier formatting. That causes disruptions in the way whitespaces and other things are formatted, esp. in json and yaml files, hence enforce one formatter settings for the entire Zed repo.
This commit is contained in:
parent
cb11fb68cb
commit
a81f48f36b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"JSON": {
|
||||
"tab_size": 4
|
||||
}
|
||||
},
|
||||
"formatter": "auto"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue