summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/hindent.lua
blob: bf2656a8b61a7806e33cacd9f9a1558fe5e0ed73 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/mihaimaruseac/hindent",
    description = "Haskell pretty printer.",
  },
  command = "hindent",
  args = { "$FILENAME" },
  stdin = false,
}