Skip to content

Commit

Permalink
set line width to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored and lukaszcz committed Oct 25, 2024
1 parent 3cf79fa commit 89a199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Prelude/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Prelude
defaultLayoutOptions :: LayoutOptions
defaultLayoutOptions =
LayoutOptions
{ layoutPageWidth = AvailablePerLine 100 1.0
{ layoutPageWidth = AvailablePerLine 80 1.0
}

class HasAnsiBackend a where
Expand Down

0 comments on commit 89a199c

Please sign in to comment.