
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
9 lines
129 B
JSON
9 lines
129 B
JSON
{
|
|
"languages": {
|
|
"TOML": {
|
|
"formatter": "prettier",
|
|
"format_on_save": "off"
|
|
}
|
|
},
|
|
"formatter": "auto"
|
|
}
|