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