Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upStandard pretty-printer for dhall #8
Comments
This comment has been minimized.
This comment has been minimized.
|
Yep, totally agree with this one. I had an issue for this in the original Haskell repository (dhall-lang/dhall-haskell#61), which I'll close as a duplicate in favor of this issue |
Gabriel439
added a commit
to dhall-lang/dhall-haskell
that referenced
this issue
Sep 17, 2017
This comment has been minimized.
This comment has been minimized.
|
I have a pull request out implementing this in: dhall-lang/dhall-haskell#137 |
This comment has been minimized.
This comment has been minimized.
|
Thanks! I've done a review, fwiw.
…On Sun, 17 Sep 2017 at 03:21 Gabriel Gonzalez ***@***.***> wrote:
I have a pull request out implementing this in:
dhall-lang/dhall-haskell#137
<dhall-lang/dhall-haskell#137>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHq6oUAVysSgHBDc5DGrfp8ZUpOJ6hQks5sjIIMgaJpZM4PQ4ND>
.
|
Gabriel439
closed this
in
dhall-lang/dhall-haskell#137
Sep 17, 2017
Gabriel439
added a commit
to dhall-lang/dhall-haskell
that referenced
this issue
Sep 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jml commentedSep 8, 2017
There should be a single canonical format for dhall code, and there should be a tool that converts dhall files to be in that format, ala
gofmt.Reason: no one should have to care about formatting of configuration files.