fsprojects / fantomas

FSharp source code formatter
https://fsprojects.github.io/fantomas
Other
758 stars 189 forks source link

Don't put `=` on the same line for when last parameter is single line tuple #3042

Closed nojaf closed 5 months ago

nojaf commented 5 months ago

Fixes #3040.

Ready for review @josh-degraw.

It also makes me wonder whether having the return type on the same line for multiline tuple really is worth the exception. Sample