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 private tryGetUrlWithExactMatch (pathPattern: string<SourcelinkPattern>) (urlPattern: string<Url>) (document: Document) = if (UMX.untag pathPattern).Equals(UMX.untag document.Name, System.StringComparison.Ordinal) then Some (urlPattern, normalizeRepoPath (UMX.cast<SourcelinkPattern, RepoPathSegment> pathPattern), document) else None let private tryGetUrlWithExactMatch (pathPattern: string<SourcelinkPattern>) (urlPattern: string<Url>) (document: Document) = if ((UMX.untag pathPattern) .Equals(UMX.untag document.Name, System.StringComparison.Ordinal)) then Some(urlPattern, normalizeRepoPath (UMX.cast<SourcelinkPattern, RepoPathSegment> pathPattern), document) else None
let private tryGetUrlWithExactMatch (pathPattern: string<SourcelinkPattern>) (urlPattern: string<Url>) (document: Document) = if ((UMX.untag pathPattern) .Equals(UMX.untag document.Name, System.StringComparison.Ordinal)) then Some(urlPattern, normalizeRepoPath (UMX.cast<SourcelinkPattern, RepoPathSegment> pathPattern), document) else None let private tryGetUrlWithExactMatch (pathPattern: string<SourcelinkPattern>) (urlPattern: string<Url>) (document: Document) = if ((UMX.untag pathPattern) .Equals(UMX.untag document.Name, System.StringComparison.Ordinal)) then Some(urlPattern, normalizeRepoPath (UMX.cast<SourcelinkPattern, RepoPathSegment> pathPattern), document) else None
The .Equals should be indented further.
.Equals
Fantomas Master at 12/23/2020 13:54:44 - 6695a60
{ config with IndentSize = 2 }
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:
Put SynExpr.DotGet atCurrentColumn in if expression. Fixes fsprojects…
e2edb56
…#1329.
Put SynExpr.DotGet atCurrentColumn in if expression. Fixes #1329. (#1330
e5489e8
)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
The
.Equals
should be indented further.Extra information
Options
Fantomas Master at 12/23/2020 13:54:44 - 6695a60
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: