aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/mdformat.lua
blob: e291fafb443d4861f019ab069867b8b3424a98e3 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/executablebooks/mdformat",
    description = "An opinionated Markdown formatter.",
  },
  command = "mdformat",
  args = { "-" },
}