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 = if not ( result.HasResultsFor( [ "label" "ipv4" "macAddress" "medium" "manufacturer" ] ) ) then None else let label = string result.["label"] let ipv4 = string result.["ipv4"] None
Please describe here the Fantomas problem you encountered. Check out our Contribution Guidelines.
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:
@Smaug123 for a single value (not a function), it is expected to keep the indent here as well right?
Sorry, something went wrong.
I'd say the last case should be unindented, for consistency. Thanks for finding this!
KeepIndentInBranch for value bindings. Fixes fsprojects#1728.
4c9def8
KeepIndentInBranch for value bindings. Fixes #1728. (#1733)
c3f345b
Successfully merging a pull request may close this issue.
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 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: