diff options
Diffstat (limited to 'runtime/queries/ocaml/indents.toml')
-rw-r--r-- | runtime/queries/ocaml/indents.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/ocaml/indents.toml b/runtime/queries/ocaml/indents.toml new file mode 100644 index 00000000..9b6462d8 --- /dev/null +++ b/runtime/queries/ocaml/indents.toml @@ -0,0 +1,13 @@ +indent = [ + "let_binding", + "type_binding", + "structure", + "signature", + "record_declaration", + "function_expression", + "match_case", +] + +oudent = [ + "}", +] |