aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/beautysh.lua
blob: 4fe1bc1bafc88a4bb38e386e7fb989358ec41871 (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 = { "-" }
}