aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/purs-tidy.lua
blob: a89ed07f1ab05d710466795fe2938d136e45eea2 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/natefaubion/purescript-tidy",
    description = "A syntax tidy-upper for PureScript.",
  },
  command = "purs-tidy",
  args = { "format" },
  stdin = true,
}