We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928a0c commit 352f3d8Copy full SHA for 352f3d8
src/ecPrinting.ml
@@ -38,7 +38,7 @@ module PPEnv = struct
38
39
let ofenv (env : EcEnv.env) =
40
let width =
41
- EcGState.asint ~default:0
+ EcGState.asint ~default:80
42
(EcGState.getvalue "PP:width" (EcEnv.gstate env)) in
43
44
{ ppe_env = env;
0 commit comments