package ocamlformat-rpc-lib

  1. Overview
  2. Docs
type format_args = {
  1. path : string option;
    (*

    Path used for the current formatting request, this allows ocamlformat to determine which .ocamlformat files must be applied.

    *)
  2. config : (string * string) list option;
    (*

    Additional options used for the current formatting request.

    *)
}
val empty_args : format_args
module Version : sig ... end
module Make (IO : sig ... end) : sig ... end