mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Pretty-printing is on by default.
This commit is contained in:
parent
bcf273b019
commit
1cc005bc4a
3
.ghci
3
.ghci
@ -5,6 +5,9 @@
|
||||
:undef pretty
|
||||
:def pretty \ _ -> return (unlines ["let colour = putStrLn . Language.Haskell.HsColour.hscolour Language.Haskell.HsColour.TTY Language.Haskell.HsColour.Colourise.defaultColourPrefs Prelude.False Prelude.False \"\" Prelude.False . Text.Show.Pretty.ppShow", ":set -interactive-print colour"])
|
||||
|
||||
-- Enable pretty-printing by default.
|
||||
:pretty
|
||||
|
||||
-- See docs/💡ProTip!.md
|
||||
:undef no-pretty
|
||||
:def no-pretty \_ -> return ":set -interactive-print System.IO.print"
|
||||
|
Loading…
Reference in New Issue
Block a user