We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue created from fantomas-online
let foo = [1. .. 0.1 .. 2.]
let foo = [ 1...0.1..2. ]
let foo = [ 1.0..0.1..2.0 ]
Fantomas master branch at 2022-03-29T09:12:14Z - 8f2ab14
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Hello, thank you for reporting this issue.
The fix will probably need to be somewhere around:
fantomas/src/Fantomas/CodePrinter.fs
Lines 2632 to 2659 in 8f2ab14
Are you interested in submitting a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Workaround
Extra information
Options
Fantomas master branch at 2022-03-29T09:12:14Z - 8f2ab14
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: