aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/yamlfmt.lua
blob: 8f188ab7247b424fa0efab72c3a85c5063228f3f (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
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 = { "-" },
}