aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/erlfmt.lua
blob: ddcd1e2d5b3cfa9bb5ed035bc0eb37e89ddf5436 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/WhatsApp/erlfmt",
    description = "An automated code formatter for Erlang.",
  },
  command = "erlfmt",
  args = { "-w", "$FILENAME" },
  stdin = false,
}