reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.08k stars 425 forks source link

Format reason codebase with ocamlformat? #2676

Open davesnx opened 1 year ago

davesnx commented 1 year ago

There’s a bit of formatting issues on a few places on the codebase that could benefit a lot from being fixed.

Do we consider an option to adopt ocamlformat and which are the minimum set of options that allow less changes on the codebase?

PS: If we ever do that, we could add an ignored from history commit so it won’t pollute the history (for the ones that care).

anmonteiro commented 1 year ago

I'm in favor of this. I've been using OCamlformat in every project and I like not having to think about indentation. PR welcome.