FantomasCLI 2.2.0
See the version list below for details.
dotnet add package FantomasCLI --version 2.2.0
NuGet\Install-Package FantomasCLI -Version 2.2.0
<PackageReference Include="FantomasCLI" Version="2.2.0" />
paket add FantomasCLI --version 2.2.0
#r "nuget: FantomasCLI, 2.2.0"
// Install FantomasCLI as a Cake Addin #addin nuget:?package=FantomasCLI&version=2.2.0 // Install FantomasCLI as a Cake Tool #tool nuget:?package=FantomasCLI&version=2.2.0
This library aims at formatting F# source files based on a given configuration. Fantomas will ensure correct indentation and consistent spacing between elements in the source files. Some common use cases include (1) Reformatting a code base to conform a universal page width (2) Converting legacy code from verbose syntax to light syntax (3) Formatting auto-generated F# signatures.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Handle record types with private fields [#197](https://github.com/dungpa/fantomas/pull/197)
Create a separate CLI NuGet package [#196](https://github.com/dungpa/fantomas/pull/196)
Do not print out module names if not necessary [#196](https://github.com/dungpa/fantomas/pull/196)