Issue created from fantomas-online
Code
type UserInfo = {
/// A unique identifier assigned to this user.
UserId: UserId.T
AcsId: AcsId.T
// Roles: Role list
// NetworkStatus: UserStatus
// ancillary info
// Descr: UserDetails
}
Result
type UserInfo = {
/// A unique identifier assigned to this user.
UserId: UserId.T
AcsId: AcsId.T
// Roles: Role list
// NetworkStatus: UserStatus
// ancillary info
// Descr: UserDetails
}
Problem description
Commented line inside of record should be indented at the same level as the fields
Perhaps related to #1233
Extra information
Options
Fantomas master branch at 2022-09-07T06:05:21Z - b0916a4
{ config with
ExperimentalStroustrupStyle = true }
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
Issue created from fantomas-online
Code
Result
Problem description
Commented line inside of record should be indented at the same level as the fields
Perhaps related to #1233
Extra information
Options
Fantomas master branch at 2022-09-07T06:05:21Z - b0916a4
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?