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-ui
Reproduced on ProjectProperties.fs.
type FSharpProjectProperties = inherit ProjectPropertiesBase<ManagedProjectConfiguration> val mutable targetPlatformData: TargetPlatformData val buildSettings: FSharpBuildSettings new(projectTypeGuids: ICollection<_>, factoryGuid, targetFrameworkIds, targetPlatformData, dotNetCoreSDK) = { inherit ProjectPropertiesBase<_>(projectTypeGuids, factoryGuid, targetFrameworkIds, dotNetCoreSDK) buildSettings = FSharpBuildSettings() targetPlatformData = targetPlatformData } new(factoryGuid, [<Optional; DefaultParameterValue(null: TargetPlatformData)>] targetPlatformData) = { inherit ProjectPropertiesBase<_>(factoryGuid) buildSettings = FSharpBuildSettings() targetPlatformData = targetPlatformData }
type FSharpProjectProperties = inherit ProjectPropertiesBase<ManagedProjectConfiguration> val mutable targetPlatformData : TargetPlatformData val buildSettings : FSharpBuildSettings new(projectTypeGuids : ICollection<_>, factoryGuid, targetFrameworkIds, targetPlatformData, dotNetCoreSDK) = { inherit ProjectPropertiesBase<_>(projectTypeGuids, factoryGuid, targetFrameworkIds, dotNetCoreSDK); buildSettings = FSharpBuildSettings () targetPlatformData = targetPlatformData } new(factoryGuid, [<Optional; DefaultParameterValue(null : TargetPlatformData)>] targetPlatformData) = { inherit ProjectPropertiesBase<_>(factoryGuid); buildSettings = FSharpBuildSettings () targetPlatformData = targetPlatformData }
Fantomas 2.9.2
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
false
SemicolonAtEndOfLine
SpaceBeforeArgument
true
SpaceBeforeColon
SpaceAfterComma
SpaceAfterSemicolon
IndentOnTryWith
ReorderOpenDeclaration
SpaceAroundDelimiter
StrictMode
The text was updated successfully, but these errors were encountered:
Unless I missing something, this is already fixed by #414. (not released)
Check out preview version of fantomas-ui here
Sorry, something went wrong.
@jindraivanek Yes, it's indeed fixed in the preview. I should bookmark preview instead and check it there next time. Thanks!
No branches or pull requests
Issue created from fantomas-ui
Reproduced on ProjectProperties.fs.
Code
Result
Options
Fantomas 2.9.2
IndentSpaceNum
4
PageWidth
80
PreserveEndOfLine
false
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
StrictMode
false
The text was updated successfully, but these errors were encountered: