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
moduleFoo =moduleBar =letbuildUsage argInfos =match v.IsMember, v.IsInstanceMember, v.LogicalName, v.DisplayName with// Ordinary functions or values|false,_,_, name whennot(hasAttribute<RequireQualifiedAccessAttribute> v.ApparentEnclosingEntity.Attributes)->
name +""+ parArgs
// Ordinary static members or things (?) that require fully qualified access|_,_,_, name -> name + parArgs
Result
moduleFoo =moduleBar =letbuildUsage argInfos =match v.IsMember, v.IsInstanceMember, v.LogicalName, v.DisplayName with// Ordinary functions or values|false,_,_, name whennot(
hasAttribute<RequireQualifiedAccessAttribute> v.ApparentEnclosingEntity.Attributes
)-> name +""+ parArgs
// Ordinary static members or things (?) that require fully qualified access|_,_,_, name -> name + parArgs
Problem description
hasAttribute needs to be further indented.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
hasAttribute
needs to be further indented.Extra information
Options
Fantomas Master at 12/22/2020 20:24:38 - 88235c3
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: