-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting ExperimentalStroustrupStyle to separate settings #2276
Comments
Hello, thank you for opening this discussion on the Fantomas repository. Splitting fantomas/src/Fantomas.Core/SourceParser.fs Lines 1819 to 1831 in 434df47
Stroupstrous current works on records, array/list and computation expressions. |
Is your issue here essentially that you want |
Available in v6. |
I love the
ExperimentalStroustrupStyle
setting in records, but I hate it in computation expressions.Computation expressions are so crucial part of F# that it should be very clear what goes on there.
What we want to optimize? Maintenance.
Let's observe the following code:
There is no way to create this properly on any settings in Fantomas.
The text was updated successfully, but these errors were encountered: