-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
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
Indentation warnings for multiline match expression #1774
Labels
Comments
match
structuralTypes
|> List.tryFind
(
fst
>> checkIfFieldTypeSupportsComparison tycon
>> not
)
with
| _ ->
() appears to be valid. |
nojaf
added a commit
to nojaf/fantomas
that referenced
this issue
Jul 5, 2021
Also check this one with indent_size = 2. |
nojaf
added a commit
to nojaf/fantomas
that referenced
this issue
Jul 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue created from fantomas-online
Code
Result
Problem description
Please describe here the Fantomas problem you encountered.
Check out our Contribution Guidelines.
Extra information
Options
Fantomas Master at 06/09/2021 15:42:35 - a79ebea
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: