google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

Formatter for OCaml #204

Closed dimitrijer closed 1 year ago

dimitrijer commented 1 year ago

Formatter tool ocamlformat

Filetype(s) OCaml

Additional context ocamlformat does not seem to support range formatting. It reads formatting settings from .ocamlformat file, which it searches for in input file directory, going up into parent directores until it finds one. When formatting stdin, one of --name, --impl, or --intf options has to be provided.