Benjamin Fischer

Results 3 comments of Benjamin Fischer

Thanks for reporting this. That looks terrible – clearly a bug. I can reproduce this with the latest version 2.0.2 (there is currently no option to print the version). This...

This has to do with how the actual code is formatted by [FormatActualCode](https://github.com/evolutics/haskell-formatter/blob/master/src/library/Language/Haskell/Formatter/Process/FormatActualCode.hs). The function `prettyPrintStyleMode` of [HSE](https://hackage.haskell.org/package/haskell-src-exts) escapes non-ASCII characters. To prevent this escaping while still reusing its functionality,...

First: thanks for this time-saving project! What's the maintainers' opinion about linters in [`treefmt-nix`](https://github.com/numtide/treefmt-nix)? The docs seem to speak about formatters only, not linters. Also, the name "treefmt" suggests that...