fantomas-tool
4.4.0-beta-006
Suggested Alternatives
This is a prerelease version of fantomas-tool.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global fantomas-tool --version 4.4.0-beta-006
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local fantomas-tool --version 4.4.0-beta-006
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fantomas-tool&version=4.4.0-beta-006&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package fantomas-tool --version 4.4.0-beta-006
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.0.0-alpha-002 | 2,049 | 4/4/2022 | |
| 5.0.0-alpha-001 | 934 | 3/19/2022 | |
| 4.7.9 | 112,451 | 5/2/2022 | |
| 4.7.8 | 3,883 | 4/25/2022 | |
| 4.7.7 | 10,305 | 4/20/2022 | |
| 4.7.6 | 107,311 | 4/4/2022 | |
| 4.7.5 | 9,549 | 3/27/2022 | |
| 4.7.4 | 1,236 | 3/25/2022 | |
| 4.7.3 | 10,396 | 3/12/2022 | |
| 4.7.2 | 105,349 | 3/11/2022 | |
| 4.7.1 | 21,246 | 3/8/2022 | |
| 4.7.0 | 7,811 | 3/4/2022 | |
| 4.6.6 | 953 | 3/4/2022 | |
| 4.6.5 | 71,688 | 2/18/2022 | |
| 4.6.4 | 5,817 | 2/11/2022 | |
| 4.6.3 | 5,601 | 2/8/2022 | |
| 4.6.2 | 2,790 | 2/6/2022 | |
| 4.6.1 | 8,420 | 2/1/2022 | |
| 4.6.0 | 110,179 | 1/14/2022 | |
| 4.4.0-beta-006 | 1,012 | 2/12/2021 |
Loading failed
Fix Space after chain lambda function is not allowed. [#1440](https://github.com/fsprojects/fantomas/issues/1440)
Fix Formatting error with MultilineBlockBracketsOnSameColumn. [#1396](https://github.com/fsprojects/fantomas/issues/1396)