Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ocaml/indents.scm')
| -rw-r--r-- | runtime/queries/ocaml/indents.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/queries/ocaml/indents.scm b/runtime/queries/ocaml/indents.scm deleted file mode 100644 index dc4d591a..00000000 --- a/runtime/queries/ocaml/indents.scm +++ /dev/null @@ -1,12 +0,0 @@ -[ - (let_binding) - (type_binding) - (structure) - (signature) - (record_declaration) - (function_expression) - (match_case) -] @indent - -"}" @outdent - |