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
with
Too long for GitHub query param, sorry. The following raises an idempotence error: it tries to indent the with block the second time around.
module Foo = let blah () = match foo with | Thing crate -> crate.Apply { new Evaluator<_, _> with member __.Eval inner teq = let foo = // blah let exists = try let defaultTime = (DateTime.FromFileTimeUtc 0L).ToLocalTime () foo.CreationTime <> defaultTime with // hmm | :? FileNotFoundException -> false exists () }
module Foo = let blah () = match foo with | Thing crate -> crate.Apply { new Evaluator<_, _> with member __.Eval inner teq = let foo = // blah let exists = try let defaultTime = (DateTime.FromFileTimeUtc 0L).ToLocalTime () foo.CreationTime <> defaultTime with // hmm :? FileNotFoundException -> false exists () }
[*.fs] fsharp_space_before_uppercase_invocation=true fsharp_space_before_class_constructor=true fsharp_space_before_member=true fsharp_space_before_colon=true fsharp_space_before_semicolon=true fsharp_multiline_block_brackets_on_same_column=true fsharp_newline_between_type_definition_and_members=true fsharp_keep_if_then_in_same_line=true fsharp_align_function_signature_to_indentation=true fsharp_alternative_long_member_definitions=true fsharp_multi_line_lambda_closing_newline=true fsharp_keep_indent_in_branch=true
The text was updated successfully, but these errors were encountered:
Related to #1571, probably?
Sorry, something went wrong.
Only indent match clause if setting IndentOnTryWith is active. Fixes f…
cc38f3e
…sprojects#1647.
Only indent match clause if setting IndentOnTryWith is active. Fixes #…
6314c08
…1647. (#1657)
Successfully merging a pull request may close this issue.
Too long for GitHub query param, sorry. The following raises an idempotence error: it tries to indent the
with
block the second time around.Input code
Output
Settings
The text was updated successfully, but these errors were encountered: