aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/beautysh.lua
blob: 4dac4e66213c668190bb3e9ef02dc0bc54a5969c (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/lovesegfault/beautysh",
    description = "A Bash beautifier for the masses.",
  },
  command = "beautysh",
  args = { "-" },
}