aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/taplo.lua
blob: fb2d67ac7a755c2d2e5af7ee4777b893906265c8 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/tamasfe/taplo",
    description = "A TOML toolkit written in Rust.",
  },
  command = "taplo",
  args = { "format", "-" },
}