Module Matchers.ConfigurationSource

Sourcetype match_kind =
  1. | Exact
  2. | Fuzzy
Sourcetype t = {
  1. match_kind : match_kind;
  2. significant_whitespace : bool;
  3. disable_substring_matching : bool;
  4. match_newline_toplevel : bool;
}
Sourceval create : ?disable_substring_matching:bool -> ?match_kind:match_kind -> ?significant_whitespace:bool -> ?match_newline_toplevel:bool -> unit -> t