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
let args, extraPatterns = match args with | [] -> [], [] // note: the next will always be parenthesized | [SynPatErrorSkip(SynPat.Tuple (false, args, _)) | SynPatErrorSkip(SynPat.Paren(SynPatErrorSkip(SynPat.Tuple (false, args, _)), _))] when numArgTys > 1 -> args, [] | _ -> failwith "meh"
let args, extraPatterns = match args with | [] -> [], [] // note: the next will always be parenthesized | [ SynPatErrorSkip (SynPat.Tuple (false, args, _)) | SynPatErrorSkip (SynPat.Paren (SynPatErrorSkip (SynPat.Tuple (false, args, _)), _)) ] when numArgTys > 1 -> args, [] | _ -> failwith "meh"
| SynPatErrorSkip (SynPat.Paren should not be further indented.
| SynPatErrorSkip (SynPat.Paren
Fantomas Master at 03/14/2021 11:15:02 - ea53b70
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:
Add extra space before pipe if multiline line or pattern in list/array.
a2d31f3
Fixes fsprojects#1522.
53492fc
Fixes #1522. (#1523)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
| SynPatErrorSkip (SynPat.Paren
should not be further indented.Extra information
Options
Fantomas Master at 03/14/2021 11:15:02 - ea53b70
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: