Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/partial
/
.
/
spectec
/
src
/
backend-ast
/
config.ml
blob: fe0b393b55349a739258363a5cfe3ae99cb26809 [
file
] [
edit
]
type
config
=
{
(* Line length to assume for pretty-printing *)
width
:
int
;
}
type
t
=
config
let
default
=
{
width
=
80
}