ocaml / tuareg

Emacs OCaml mode
GNU General Public License v3.0
363 stars 79 forks source link

Indent parenthesized if and match expressions properly #317

Open DemiMarie opened 4 months ago

DemiMarie commented 4 months ago

This extends the approach used for begin match ... end to also cover (match ... ) and (if ...).

Fixes #316