aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/xmllint.lua
blob: 3e06400f1dcdbc2f075b778cd2248f5e0e46c266 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "http://xmlsoft.org/xmllint.html",
    description = "Despite the name, xmllint can be used to format XML files as well as lint them.",
  },
  command = "xmllint",
  args = { "--format", "-" },
}