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-ui
Fantomas removes the space between "ReflectedDefinition" and "true", resulting in code that does not compile.
(I discovered this in the course of G-Research's testing of the preview version of Fantomas.)
type A () = static member Foo ([<ReflectedDefinition true>] a) = ()
type A() = static member Foo([<ReflectedDefinitiontrue>] a) = ()
Fantomas Next - 3.0.0-7/20/2019
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
false
SemicolonAtEndOfLine
SpaceBeforeArgument
true
SpaceBeforeColon
SpaceAfterComma
SpaceAfterSemicolon
IndentOnTryWith
ReorderOpenDeclaration
SpaceAroundDelimiter
StrictMode
The text was updated successfully, but these errors were encountered:
Fixed by #455
Sorry, something went wrong.
No branches or pull requests
Issue created from fantomas-ui
Fantomas removes the space between "ReflectedDefinition" and "true", resulting in code that does not compile.
(I discovered this in the course of G-Research's testing of the preview version of Fantomas.)
Code
Result
Options
Fantomas Next - 3.0.0-7/20/2019
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
false
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
StrictMode
true
The text was updated successfully, but these errors were encountered: