blob: fe0b393b55349a739258363a5cfe3ae99cb26809 [file] [edit]
type config =
{
(* Line length to assume for pretty-printing *)
width : int;
}
type t = config
let default = { width = 80 }