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
match this.InboundSubnetName with | None -> () | Some subnet -> {// Build an inbound for the specified subnet. Name = subnet Location = location DnsResolverId = Managed(dnsResolvers.resourceId this.Name) SubnetId = Unmanaged { vnetId.ResourceId with Type = Arm.Network.subnets Segments = [ subnet ] } PrivateIpAllocations = [ DynamicPrivateIp ] Dependencies = Set.empty Tags = Map.empty }
match this.InboundSubnetName with | None -> () | Some subnet -> { // Build an inbound for the specified subnet. Name = subnet Location = location DnsResolverId = Managed(dnsResolvers.resourceId this.Name) SubnetId = Unmanaged { vnetId.ResourceId with Type = Arm.Network.subnets Segments = [ subnet ] } PrivateIpAllocations = [ DynamicPrivateIp ] Dependencies = Set.empty Tags = Map.empty }
Fantomas was not able to produce the same code after reformatting the result.
Fantomas main branch at 2023-03-27T20:53:41Z - 1d8df28
{ config with MultilineBracketStyle = stroustrup }
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:
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas main branch at 2023-03-27T20:53:41Z - 1d8df28
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: