languages/toml: add taplo (#1386)

This commit is contained in:
Snoweuph 2026-02-18 20:09:57 +01:00
commit 08558dd9db
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 27 additions and 3 deletions

View file

@ -45,6 +45,9 @@
allow valid options. `default` is no longer valid. `inline` and `split` are
two new valid options.
- Added [taplo](https://taplo.tamasfe.dev/) as the default formatter and lsp for
`languages.toml` so we don't default to AI-Slop.
## Changelog {#sec-release-0-9-changelog}
[taylrfnt](https://github.com/taylrfnt)