We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue created from fantomas-online
type RequestParser<'ctx, 'a> = internal { consumedFields: Set<ConsumedFieldName> parse: 'ctx -> Request -> Async<Result<'a, Error list>> prohibited: ProhibitedRequestGetter list } static member internal Create ( consumedFields, parse: 'ctx -> Request -> Async<Result<'a, Error list>> ) : RequestParser<'ctx, 'a> = { consumedFields = consumedFields parse = parse prohibited = [] } type RequestParserPublic<'ctx, 'a> = { consumedFields: Set<ConsumedFieldName> parse: 'ctx -> Request -> Async<Result<'a, Error list>> prohibited: ProhibitedRequestGetter list } static member internal Create ( consumedFields, parse: 'ctx -> Request -> Async<Result<'a, Error list>> ) : RequestParser<'ctx, 'a> = { consumedFields = consumedFields parse = parse prohibited = [] }
type RequestParser<'ctx, 'a> = internal { consumedFields: Set<ConsumedFieldName> parse: 'ctx -> Request -> Async<Result<'a, Error list>> prohibited: ProhibitedRequestGetter list } static member internal Create(consumedFields, parse: 'ctx -> Request -> Async<Result<'a, Error list>>) : RequestParser<'ctx, 'a> = { consumedFields = consumedFields parse = parse prohibited = [] } type RequestParserPublic<'ctx, 'a> = { consumedFields: Set<ConsumedFieldName> parse: 'ctx -> Request -> Async<Result<'a, Error list>> prohibited: ProhibitedRequestGetter list } static member internal Create(consumedFields, parse: 'ctx -> Request -> Async<Result<'a, Error list>>) : RequestParser<'ctx, 'a> = { consumedFields = consumedFields parse = parse prohibited = [] }
When the record has an access modifier, the following member is indented too far.
Fantomas Master at 12/17/2020 16:49:57 - a212bf0
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:
Don't indent static member too far if record has access modifier. Fixes
42771eb
fsprojects#1300.
f383752
#1300. (#1301)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
When the record has an access modifier, the following member is indented too far.
Extra information
Options
Fantomas Master at 12/17/2020 16:49:57 - a212bf0
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: