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 x y = if not ( result.HasResultsFor( [ "label" "ipv4" "macAddress" "medium" "manufacturer" ] ) ) then None else let label = string result.["label"] let ipv4 = string result.["ipv4"] None
Offset warnings occur, in this case I'd go for the indent and newline fix as suggested by the style guide.
Fantomas Master at 05/16/2021 17:45:16 - 76ffe36
{ config with KeepIndentInBranch = 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:
Indent multiline if condition for KeepIndentInBranch. Fixes fsproject…
91ec868
…s#1729.
Indent multiline if condition for KeepIndentInBranch. Fixes #1729. (#…
8507701
…1730)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Offset warnings occur, in this case I'd go for the indent and newline fix as suggested by the style guide.
Extra information
Options
Fantomas Master at 05/16/2021 17:45:16 - 76ffe36
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: