Fix Cargo.toml formatting (#7886)

This PR disables the formatting for `.toml` files within the Zed repo,
as the formatter provided by the TOML language server messes things up.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-15 21:54:43 -05:00 committed by GitHub
parent ef551cedef
commit ab6b9196e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 119 deletions

View file

@ -1,6 +1,9 @@
{
"JSON": {
"tab_size": 4
"languages": {
"TOML": {
"formatter": "prettier",
"format_on_save": "off"
}
},
"formatter": "auto"
}