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
match entities with | [ { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d1" Type = Elephant } { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d2" Type = Elephant } { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d3" Type = Elephant } ] -> () | _ -> ()
match entities with | [ { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d1" Type = Elephant }; { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d2" Type = Elephant }; { Key = "0031ff53-e59b-49e3-8e0f-53f72a3890d3" Type = Elephant } ] -> () | _ -> ()
The semicolons can be left out when everything is multiline. fsharp_semicolon_at_end_of_line should be respected here.
Fantomas Master at 06/28/2021 08:27:00 - 31fc949
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:
Control semicolon in pattern list via setting. Fixes fsprojects#1793.
b276826
f80787a
Control semicolon in pattern list via setting. Fixes #1793. (#1801)
0323229
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
The semicolons can be left out when everything is multiline.
fsharp_semicolon_at_end_of_line should be respected here.
Extra information
Options
Fantomas Master at 06/28/2021 08:27:00 - 31fc949
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: