aboutsummaryrefslogtreecommitdiff
path: root/helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml')
-rw-r--r--helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml b/helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml
new file mode 100644
index 0000000..7586b83
--- /dev/null
+++ b/helix-22.03-x86_64-windows/runtime/queries/ocaml/indents.toml
@@ -0,0 +1,13 @@
+indent = [
+ "let_binding",
+ "type_binding",
+ "structure",
+ "signature",
+ "record_declaration",
+ "function_expression",
+ "match_case",
+]
+
+outdent = [
+ "}",
+]