Values.IsBinaryFileSourceInformation about whether a file is binary or textual in a merge or pull request operation.
type nonrec t = {source : CapitalBoolean.t option;The binary or non-binary status of file in the source of a merge or pull request.
*)destination : CapitalBoolean.t option;The binary or non-binary status of a file in the destination of a merge or pull request.
*)base : CapitalBoolean.t option;The binary or non-binary status of a file in the base of a merge or pull request.
*)}