Formatting code
As someone newly learning the language and with declining vision, is there any efforts to make any of the formatters more accessible with tab support (as opposed spaces)? The compiler supports it, but formatters don’t. I find the wide adoption of 2-space indentation very difficult to read, but I’d also prefer not to push my preference for readability on others. Current I’m wrapping ocamlformat
and piping through GNU indent
/unindent
, but it definitely feels like a hack.