aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/ocamlformat.lua
blob: 4ea1b490e6f3d3f035977871bacc6c00d2121846 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/ocaml-ppx/ocamlformat",
    description = "Auto-formatter for OCaml code.",
  },
  command = "ocamlformat",
  args = { "--enable-outside-detected-project", "--name", "$FILENAME", "-" },
}