Brandon Chinn
Brandon Chinn
FYI I found this other technique to minimize the number of #if macros even more, if you're interested in it: https://github.com/brandonchinn178/tasty-autocollect/blob/main/src/Test/Tasty/AutoCollect/GHC/Shim.hs https://www.reddit.com/r/haskell/comments/2uehlo/stop_abusing_cpp_in_haskell_sources/?utm_medium=android_app&utm_source=share
I think this is slighly different from #409 in that the emphasis there is the parentheses placement for diff-reasons, and the primary reason for closing the PR was to reuse...
hm but wouldnt that violate hlint's redundant $ rule?
Copied over from https://github.com/fourmolu/fourmolu/issues/46: > Essentially, where an expression is only multiline because it ends with a particular multiline-friendly construct (this is a bit vague, but definitely includes record update...
👋 @Player-205 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,...
Possibly. I looked at Meat/Value.hs at the AppType section, but it looked the same on both ends. Will probably need good ol' debugging work
No one's working on it yet. Feel free to open a PR
Looks like a bad merge 😢 Ormolu fixed this back in 0.1.4.0: https://github.com/tweag/ormolu/commit/286afb7ed6bd2985339c617cbdeae5c8ab4b8353#diff-88777f1040ac8f0f2e2903f2db73e3604774239dff0453bc9fcb68c6ceab1f66 I merged this into Fourmolu as one of my first contributions, and this was before Fourmolu was...
isn't this configurable via `diff-friendly-import-export: false` and `import-export-comma-style: leading`?
Is the `where` positioning of high value to you? While Fourmolu aims to be a configurable formatter, it will never aim to be a maximally configurable formatter. At some point,...