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
If you have such method
let asyncDoSomething () = async { do! asyncSomething () let! result = asyncGetSomething () () } let items = seq { "item1" "item2" }
it will be reformatted into
Can we add an option to preserve the first formatting?
The advantage is the fewer spaces at the left which allows putting more visible content on the line
Estimated cost (XS, S, M, L, XL, XXL):
Please tick this by placing a cross in the box:
Please tick all that apply:
The text was updated successfully, but these errors were encountered:
Hello, thank you for your interest in this project. This request falls under the category "What are we not looking for?". Thanks for understanding.
Sorry, something went wrong.
No branches or pull requests
If you have such method
it will be reformatted into
Can we add an option to preserve the first formatting?
Pros and Cons
The advantage is the fewer spaces at the left which allows putting more visible content on the line
Extra information
Estimated cost (XS, S, M, L, XL, XXL):
Affidavit
Please tick this by placing a cross in the box:
Please tick all that apply:
The text was updated successfully, but these errors were encountered: