OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

Close channel after loading config file #190

Closed nojb closed 9 years ago

nojb commented 9 years ago

This avoids a warning when running ocp-indent (see ocaml/ocaml#210).

AltGr commented 9 years ago

Thanks