aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/yq.lua
blob: 29cf9b461c49a2243a41abc73db555a2e732aa6b (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/mikefarah/yq",
    description = "YAML/JSON processor",
  },
  command = "yq",
  args = { "-P", "-" },
  stdin = true,
}