Info
Version: | 3.0.0-beta-004 |
Author(s): | Anh-Dung Phan Gustavo Guerra |
Last Update: | Wednesday, September 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fsprojects/fantomas |
NuGet Url: | https://www.nuget.org/packages/dotnet-fantomas |
Install
Install-Package dotnet-fantomas
dotnet add package dotnet-fantomas
paket add dotnet-fantomas
dotnet-fantomas Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- Fantomas(>= 3.0.0004)
- FSharp.Compiler.Service(>= 31.0.0)
- FSharp.Core(>= 4.7.0)
- Fantomas(>= 3.0.0004)
- FSharp.Compiler.Service(>= 31.0.0)
- FSharp.Core(>= 4.7.0)
Tags
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.