Ho do you feel about re-indenting all code using OCamlformat and introducing a make format targe for this? I'm using it now on all my current projects and it has changed my opinion about indentation. Yes, you can emphasize meaning by using alignment that an automatic tool can't create but I think the advantages of consistent indentation outweigh this. In particular tricky cases (if vs. match) where indentation can become misleading after changes.
Ho do you feel about re-indenting all code using OCamlformat and introducing a
make formattarge for this? I'm using it now on all my current projects and it has changed my opinion about indentation. Yes, you can emphasize meaning by using alignment that an automatic tool can't create but I think the advantages of consistent indentation outweigh this. In particular tricky cases (ifvs.match) where indentation can become misleading after changes.