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
module Foo = let foo () = let bar = seq { for i in ["hello1" ; "hello1" ; "hello1" ; "hello1" ; "hello1"] do yield i, seq { yield "hi" yield "bye" } } ()
module Foo = let foo () = let bar = seq { for i in [ "hello1" "hello1" "hello1" "hello1" "hello1" ] do yield i, seq { yield "hi" yield "bye" } } ()
Lots of offside errors after formatting here, though it's not obvious to me why :P
Fantomas Master at 04/14/2021 13:41:07 - e164e23
{ config with MaxLineLength = 100 SpaceBeforeUppercaseInvocation = true SpaceBeforeClassConstructor = true SpaceBeforeMember = true SpaceBeforeColon = true SpaceBeforeSemicolon = true MultilineBlockBracketsOnSameColumn = true AlignFunctionSignatureToIndentation = true MultiLineLambdaClosingNewline = 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 expression in ForEach. Fixes fsprojects#1650.
49e1814
Indent multiline expression in ForEach. Fixes #1650. (#1655)
4d0bd2b
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Lots of offside errors after formatting here, though it's not obvious to me why :P
Extra information
Options
Fantomas Master at 04/14/2021 13:41:07 - e164e23
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: