Brandon Chinn
Brandon Chinn
TODO: Maybe move this into a Wiki page?
Is `^>=` relevant here? Since Fourmolu is an executable, people should be pinning the specific version they're using, right? (Side note: why would anyone use `^>=`? Libraries should generally be...
Similar libraries: * https://hackage.haskell.org/package/ghc-lib-parser-ex
No update yet, but I made the title more reflective of the fact that we now support `--cabal-default-extensions` like Ormolu. Ideally, we should be able to support any Ormolu flag...
Thanks for the report! @georgefst, curious what your thoughts are on this. On one hand, it's been bothering me for a while that ```hs -- | a -- multiline --...
Personally, I'd much rather prefer the common case to be either one indentation on the next line: ```hs -- two space if | x > y -> x | x...
Is there a reason why you want everything aligned after the function name? The problem with that is the bad diffs when renaming the function. IMO it also doesnt look...
👋 @georgefst Thank you for opening this PR and being patient while we sorted out how to handle all the new contributions for new configuration options! If you haven't noticed,...
Issue: https://github.com/fourmolu/fourmolu/issues/202 I might open a new PR incorporating this and #83
Thanks! Can you make the code and config a bit less opinionated? A simple bool for the config, and rename the args to whenUnicodeOtherwise...