fsprojects / fantomas

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

Reformatting code with flexible type syntax remove hash symbol #2984

Closed edgarfgp closed 10 months ago

edgarfgp commented 10 months ago

Issue created from fantomas-online

Code


let typographyLabel<'msg, 'marker & #IFabLabel>() = ()

Result

let typographyLabel<'msg, 'marker> () = ()

Problem description

Please describe here the Fantomas problem you encountered. Check out our Contribution Guidelines.

Extra information

Options

Fantomas main branch at 2023-11-14T10:24:27Z - 0b030a70dfd1e2bb325fbfb94e867f57da9b5db8

Default Fantomas configuration

Did you know that you can ignore files when formatting by using a .fantomasignore file? PS: It's unlikely that someone else will solve your specific issue, as it's something that you have a personal stake in.