aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/taplo.lua
blob: 675bed3a60d0dce1b718f5c0ad56ea9d7fd84ef9 (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", "-" },
}