ZIm/.zed/settings.json
Marshall Bowers ab6b9196e1
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
2024-02-15 21:54:43 -05:00

9 lines
129 B
JSON

{
"languages": {
"TOML": {
"formatter": "prettier",
"format_on_save": "off"
}
},
"formatter": "auto"
}