fix: allow auto formatter

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-30 20:49:46 +02:00
parent 4fb3e4d5ee
commit 348a4dd212

View File

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