aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/shellharden.lua
blob: 309ea8640c15058ad432086ce20562a878603656 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/anordal/shellharden",
    description = "The corrective bash syntax highlighter",
  },
  command = "shellharden",
  args = { "--transform", "" },
}