Use auto formatter settings for Zed repo (#4033)

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.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-01-12 12:07:41 +02:00 committed by GitHub
commit 1c1d501c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"JSON": {
"tab_size": 4
}
},
"formatter": "auto"
}