Tilia—a new formatter for Haskell
6 points by abhin4v
6 points by abhin4v
Is it possible to use it offline? (I tend to restrict my main editor to not have net connection)
I don’t think this tool manages connectivity; rather, it asks Cabal. So I think it would depend on whether you have all dependencies downloaded or not.
The post omits this detail, but I'm really curious how they handle trivia/comments. Especially seeing how the underlying parser library doesn't seem to return trivia nodes.
Finally, a Haskell formatter with CPP support! Really glad to see this. I'll have to give Tilia a try myself. Thanks for the great project.