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
Source text:
let input = [| 1I; 0I; -1I |]
After fantomas processing:
let input = [| 1I; 0I; "-1"I |]
This problem was first noted in 3.10 and still is in 3.2.0 release.
The text was updated successfully, but these errors were encountered:
Issue created from fantomas-ui
Erroneous formatting of a negative BigInteger literal.
Fantomas 3.2.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
MaxIfThenElseShortWidth
40
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
true
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
Sorry, something went wrong.
Print value of SynConst.UserNum as string.
79e152f
Fixes fsprojects#682
Print value of SynConst.UserNum as string. (#767)
6a7a947
Fixes #682
Successfully merging a pull request may close this issue.
Source text:
After fantomas processing:
This problem was first noted in 3.10 and still is in 3.2.0 release.
The text was updated successfully, but these errors were encountered: