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