aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/yamlfmt.lua
blob: 56c6cb68c3e9be47de97deefad5ddaf155465590 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/google/yamlfmt",
    description = "yamlfmt is an extensible command line tool or library to format yaml files.",
  },
  command = "yamlfmt",
  args = { "-" },
}