package ocamlformat

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocamlformat_rpc_lib_protocol.ProtocolSource

Sourcetype 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.

    *)
}
Sourceval empty_args : format_args
Sourcemodule Version : sig ... end
Sourcemodule Make (IO : IO.S) : sig ... end
OCaml

Innovation. Community. Security.