George Thomas

Results 238 comments of George Thomas

> Since Fourmolu is an executable, people should be pinning the specific version they're using, right? It's also a library. Though I suspect HLS is the only place where it's...

> I got it to compile by adding the option to app/Main.hs Ooh, whoops, I forgot that bit. Personally, I mostly like this because it makes the bindings more uniform,...

> It would be lovely to be able to specify extensions (-XBlockArguments, etc) in the config. I've never cared too much about this, since I almost exclusively use Fourmolu via...

Well, it's been added upstream, even though I'm sure I remember them originally rejecting the idea: https://github.com/tweag/ormolu/pull/759. ~~So we just need to merge (see https://github.com/fourmolu/fourmolu/pull/106, though there have been more...

> Any update on this? I cannot find a way to specify `--cabal-default-extensions` when using HLS You _could_ write a wrapper around Fourmolu and call it using https://github.com/haskell/haskell-language-server/pull/2763. Which will...

> You _could_ write a wrapper around Fourmolu and call it using [haskell/haskell-language-server#2763](https://github.com/haskell/haskell-language-server/pull/2763). Which will be in the next HLS release. Although actually, it shouldn't be necessary if you've got...

> On one hand, it's been bothering me for a while that Yeah, it annoys me too. I think we can and should fix it. > But I also get...

As for this issue, I think inserting a leading space on all lines (when there isn't one already) would be totally reasonable. Especially since [#120](https://github.com/tweag/ormolu/pull/809).

NB. we should also add to the `README` before merging this.