aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/conform/formatters/ocp-indent.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/conform/formatters/ocp-indent.lua b/lua/conform/formatters/ocp-indent.lua
new file mode 100644
index 0000000..ca069b9
--- /dev/null
+++ b/lua/conform/formatters/ocp-indent.lua
@@ -0,0 +1,8 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://github.com/OCamlPro/ocp-indent",
+ description = "Automatic indentation of OCaml source files.",
+ },
+ command = "ocp-indent",
+}