summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/shfmt.lua
blob: 29b8615e92251a04f2d50c98e65bd04a5029a4c8 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/mvdan/sh",
    description = "A shell parser, formatter, and interpreter with `bash` support.",
  },
  command = "shfmt",
  args = { "-filename", "$FILENAME" },
}