helix-mods/runtime/queries/ocaml/indents.toml

14 lines
180 B
TOML
Raw Normal View History

indent = [
"let_binding",
"type_binding",
"structure",
"signature",
"record_declaration",
"function_expression",
"match_case",
]
oudent = [
"}",
]