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
typeQuery()=member_.SearchOrders([<GraphQLType(typeof<ListType<NonNullType<InputObjectType<SearchOrdersSortItem>>>>)>]sort:SearchOrdersSortItem list option)=()
Result
typeQuery()=member_.SearchOrders([<GraphQLType(typeof<ListType<NonNullType<InputObjectType<SearchOrdersSortItem>>>>)>]sort:SearchOrdersSortItem list option)=()
Problem description
When a parameter has a long attribute (several shorter attributes would presumably also give the same effect), the line is broken before the type annotation.
While this particular case is not covered explicitly by the F# code formatting guidelines, the guidelines specify attributes on a separate line in all other (non-parameter) cases, so I believe it would be most consistent to place the attribute on a separate line also in the case of very long attributes.
Extra information
The formatted result breaks my code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
I would like a release if this problem is solved.
Options
Fantomas main branch at 1/1/1990
Default Fantomas configuration
Did you know that you can ignore files when formatting by using a .fantomasignore file? PS: It's unlikely that someone else will solve your specific issue, as it's something that you have a personal stake in.
The text was updated successfully, but these errors were encountered:
Issue created from fantomas-online
Code and expected output
Result
Problem description
When a parameter has a long attribute (several shorter attributes would presumably also give the same effect), the line is broken before the type annotation.
While this particular case is not covered explicitly by the F# code formatting guidelines, the guidelines specify attributes on a separate line in all other (non-parameter) cases, so I believe it would be most consistent to place the attribute on a separate line also in the case of very long attributes.
Extra information
Options
Fantomas main branch at 1/1/1990
Default Fantomas configuration
Did you know that you can ignore files when formatting by using a .fantomasignore file?
PS: It's unlikely that someone else will solve your specific issue, as it's something that you have a personal stake in.
The text was updated successfully, but these errors were encountered: