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
module Foo = type Stores = private { ModeratelyLongName : int } type private Bang = abstract Baz : int
module Foo = type Stores = private { ModeratelyLongName: int } type private Bang = abstract Baz: int
This only happens when the accessibility modifier is there. It also happens when the last element is a let rather than a type.
let
type
Fantomas Master at 01/27/2021 07:36:19 - 138146e
{ config with MaxLineLength = 40 SpaceBeforeUppercaseInvocation = true }
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 double unindent when record has access modifier. Fixes fsprojec…
3caad56
…ts#1404
Don't double unindent when record has access modifier. (#1429)
4d0aa90
* Don't double unindent when record has access modifier. Fixes #1404 * access modifier on MultilineBlockBracketsOnSameColumn record type.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
This only happens when the accessibility modifier is there. It also happens when the last element is a
let
rather than atype
.Extra information
Options
Fantomas Master at 01/27/2021 07:36:19 - 138146e
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: