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