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

ocp-indent should not change the kind of newlines used in files #288

Open nojb opened 5 years ago

nojb commented 5 years ago

Currently, if I reindent a file using LF on Windows the resulting file uses CRLF (and vice-versa). ocp-indent should preserve whatever end-of-line being used in the file.