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
namespace Meh [<StringEnum>] [<RequireQualifiedAccess>] type PayableFilters = | [<CompiledName "statusSelector">] Status
Trivia problem. Change in CodePrinter:
and genSigModuleOrNamespace astContext (SigModuleOrNamespace (ats, px, ao, s, mds, _, moduleKind) as node) = let range = match node with | SynModuleOrNamespaceSig (_, _, _, _, _, _, _, range) -> range let sepModuleAndFirstDecl = let firstDecl = List.tryHead mds match firstDecl with | None -> if moduleKind.IsModule then sepNlnForEmptyModule SynModuleOrNamespaceSig_NamedModule range +> rep 2 sepNln else sepNlnForEmptyNamespace range +> sepNln | Some mdl -> match mdl with | SynModuleSigDecl.Types _ -> let attrs = getRangesFromAttributesFromSynModuleSigDeclaration mdl sepNlnConsideringTriviaContentBeforeWithAttributesFor SynModuleSigDecl_Types mdl.Range attrs | SynModuleSigDecl.Val _ -> sepNlnConsideringTriviaContentBeforeForMainNode ValSpfn_ mdl.Range | _ -> sepNone +> sepNln
Fantomas 4.0.0-beta-003
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Don't duplicate new line between namespace and attribute of type in s…
6fb25d0
…ignature file. Fixes fsprojects#1097.
de43b98
…ignature file. Fixes #1097. (#1103)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Trivia problem.
Change in CodePrinter:
Extra information
Options
Fantomas 4.0.0-beta-003
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: