-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Surround return type annotations with white space [F# style guide] #1420
Comments
Please try and set |
No dice, that produces this: let expensiveToCompute : int = 0
let myFun (a : decimal) b c : decimal = a + b + c While the return type and |
I see, thanks for clarifying this. |
@nojaf This will basically change all the type declarations of all code, will |
No it won't. Both style guides dictate that the return type colon needs a space before it so it is outside the control of a setting. |
Mmm I see, then the setting should probably be renamed to |
Issue created from fantomas-online
Code
Result
Problem description
F# style guide:
Extra information
Options
Fantomas Master at 01/29/2021 10:31:35 - c1a4fe6
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: