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