package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 : IO.S) : sig ... end