You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @reinux, would it be possible to provide the full sample code for this?
I'm working on #501 and my changes would change the outcome of this issue to
Hey, I've been trying to find it in my code, but I can't :(
I may have removed it. I can't quite remember what I was trying to do with that code either.
Sorry about that.
I'm trying it out now, and it looks like that .Assembly might be misplaced. There's a good chance I just typed up some semi-random stuff in fantomas-online that exposed the problem without sharing my own actual code.
Issue created from fantomas-online
Code
Result
Problem description
Because of the line break inserted before the bracket, FSC interprets
GetUnionCases
in the output to be a function rather than a method.Typed AST of source:
Typed AST of Fantomas output:
Extra information
Options
Fantomas Master at 08/10/2020 06:52:52 - 6d8f084
IndentSize
4
MaxLineLength
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
false
SpaceBeforeClassConstructor
false
SpaceBeforeMember
false
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceBeforeSemicolon
false
SpaceAfterSemicolon
true
IndentOnTryWith
false
SpaceAroundDelimiter
true
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxValueBindingWidth
40
MaxFunctionBindingWidth
40
MultilineBlockBracketsOnSameColumn
false
NewlineBetweenTypeDefinitionAndMembers
false
KeepIfThenInSameLine
false
MaxElmishWidth
40
SingleArgumentWebMode
false
AlignFunctionSignatureToIndentation
false
AlternativeLongMemberDefinitions
false
StrictMode
false
The text was updated successfully, but these errors were encountered: