summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/xmlformat.lua
blob: d04c9cce6d3cd8e8ac8a5fb9d3cd8c1adde24f8d (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/pamoller/xmlformatter",
    description = "xmlformatter is an Open Source Python package, which provides formatting of XML documents.",
  },
  command = "xmlformat",
  args = { "-" },
}