Skip to content

Commit

Permalink
Change default pp width from 20 to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Aug 20, 2024
1 parent 3928a0c commit 352f3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecPrinting.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module PPEnv = struct

let ofenv (env : EcEnv.env) =
let width =
EcGState.asint ~default:0
EcGState.asint ~default:80
(EcGState.getvalue "PP:width" (EcEnv.gstate env)) in

{ ppe_env = env;
Expand Down

0 comments on commit 352f3d8

Please sign in to comment.