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
Fantomas now adds type members directly underneath the definition.
Suggestion would be to introduce a setting to control if there should be a blank line between definition and members.
typeRange={ From :float
To :float }memberthis.Length= this.To - this.From
typeMyRecord={ SomeField :int }interface IMyInterface
typeFoo=| Bar
| Meh
memberthis.Fluey=()
would become
typeRange={ From :float
To :float }memberthis.Length= this.To - this.From
typeMyRecord={ SomeField :int }interface IMyInterface
typeFoo=| Bar
| Meh
memberthis.Fluey=()
Setting
Setting name could be something like NewlineBetweenTypeDefinitionAndMembers.
Other suggestions are welcome.
Default value would be false.
The text was updated successfully, but these errors were encountered:
Description
Fantomas now adds type members directly underneath the definition.
Suggestion would be to introduce a setting to control if there should be a blank line between definition and members.
would become
Setting
Setting name could be something like NewlineBetweenTypeDefinitionAndMembers.
Other suggestions are welcome.
Default value would be false.
The text was updated successfully, but these errors were encountered: