fix: allow auto formatter

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-30 20:49:46 +02:00
parent 4fb3e4d5ee
commit 348a4dd212
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -32,7 +32,8 @@ args = ["server", "-m", "stream"]
[[language]]
name = "toml"
formatter = { command = "taplo", args = ["fmt"] }
formatter = { command = "taplo", args = ["fmt", "-"] }
auto-format = true
[[grammar]]
name = "graphql"