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