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