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 a50b87c commit 88cf0aeCopy full SHA for 88cf0ae
exe/Main.hs
@@ -56,7 +56,7 @@ main = do
56
& cmapWithPrio renderDoc
57
, lspLogRecorder
58
& cfilter (\WithPriority{ priority } -> priority >= minPriority)
59
- & cmapWithPrio renderDoc
+ & cmapWithPrio (renderStrict . layoutPretty defaultLayoutOptions)
60
]
61
62
defaultMain
0 commit comments