Skip to content
Snippets Groups Projects
Unverified Commit 6046e6a0 authored by Matt Renaud's avatar Matt Renaud Committed by GitHub
Browse files

Update pretty printing to use 2 space indent.

This is inline with all the documentation and examples I've seen throughout the cabal docs, as well as all cabal file templates I've seen in the wild and those constructed with stack and summoner (the two other leading ways to initialize a project). It appears that `cabal format` hasn't been released yet so this is unlikely to cause a large number of diffs.

/cc @phadej who made the original change.
parent ddec9b69
No related tags found
No related merge requests found
......@@ -92,4 +92,4 @@ lines_ s =
-- | the indentation used for pretty printing
indentWith :: Int
indentWith = 4
indentWith = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment