aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/ocp-indent
AgeCommit message (Collapse)Author
2024-09-21Add ocp-indent as a formatter (#306)Puneeth Chaganti
ocp-indent allows indenting even partially compiling OCaml code, while ocamlformat requires the code to compile correctly. Also, Doom Emacs uses ocp-indent when ocamlformat's configuration file is not found, and not having an ocp-indent formatter gives an error. <!-- To expedite the pull request process, please see the contributor guide for my projects: <https://github.com/raxod502/contributor-guide> --> Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>