aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/ocp-indent.lua
blob: ca069b9c69d9927db73b571e77b56e7b2efb97d8 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/OCamlPro/ocp-indent",
    description = "Automatic indentation of OCaml source files.",
  },
  command = "ocp-indent",
}