aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/jsonnetfmt.lua
blob: edddbb9c1f59b30552d411fc3bb7044d4e2d268d (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/google/go-jsonnet/tree/master/cmd/jsonnetfmt",
    description = "jsonnetfmt is a command line tool to format jsonnet files.",
  },
  command = "jsonnetfmt",
  args = { "-" },
  stdin = true,
}