Info
Version: | 7.0.0-alpha-004 |
Author(s): | Anh-Dung Phan Gustavo Guerra |
Last Update: | Thursday, December 12, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://fsprojects.github.io/fantomas/ |
NuGet Url: | https://www.nuget.org/packages/Fantomas |
Install
Install-Package Fantomas
dotnet add package Fantomas
paket add Fantomas
Fantomas Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Compiler.Service(>= 38.0.2)
- FSharp.Core(>= 5.0.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.