summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/stylish-haskell.lua
blob: be4f2e34d925d58d2d7fe00e2fa905a1b6ee054e (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/haskell/stylish-haskell",
    description = "Haskell code prettifier.",
  },
  command = "stylish-haskell",
  args = {},
  stdin = true,
}