Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  (let_binding)
  (type_binding)
  (structure)
  (signature)
  (record_declaration)
  (function_expression)
  (fun_expression)
  (match_case)
  (then_clause)
  (else_clause)
] @indent

; `else if` chains nest else_clause -> if_expression -> else_clause, which would
; double-indent the trailing branch; `try`/`with` and explicit module `end`
; alignment are likewise left to the writer — see tests/indent/ocaml.ml.
[
  "}"
  ")"
  "]"
  "end"
] @outdent