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