summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/yamlfix.lua
blob: 759234007cc95023101e3ae53dddb9433e3c8cae (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/lyz-code/yamlfix",
    description = "A configurable YAML formatter that keeps comments.",
  },
  command = "yamlfix",
  args = { "-" },
}