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
typeSubject<'a>private()=/// Represents and object that is both an observable sequence as well as an observer./// Each notification is broadcasted to all subscribed observers.static memberbroadcast=new System.Reactive.Subjects.Subject<'a>()
Reformatted code
typeSubject<'a>private()=/// Represents and object that is both an observable sequence as well as an observer./// Each notification is broadcasted to all subscribed observers.static memberbroadcast=new System.Reactive.Subjects.Subject<'a>()
Problem description
Fantomas was not able to produce the same code after reformatting the result.
The first time, the doesn't appear to be a check for max line length.
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.
Options
Fantomas 4.6 branch at 10/08/2021 09:24:03 - c12fa2d
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:
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
The first time, the doesn't appear to be a check for max line length.
Extra information
Options
Fantomas 4.6 branch at 10/08/2021 09:24:03 - c12fa2d
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: