aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/shellharden.lua
blob: c775072c44dee56910d110d44d7b6e2bde18043c (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", "" },
}