aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/elm_format.lua
blob: 5b0db5c7faa1db0498b0eda7fb8fd402b7070e54 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/avh4/elm-format",
    description = "elm-format formats Elm source code according to a standard set of rules based on the official [Elm Style Guide](https://elm-lang.org/docs/style-guide).",
  },
  command = "elm-format",
  args = { "--stdin" },
}