fantomas-tool
4.6.1
See the version list below for details.
dotnet tool install --global fantomas-tool --version 4.6.1
dotnet new tool-manifest
dotnet tool install --local fantomas-tool --version 4.6.1
#tool dotnet:?package=fantomas-tool&version=4.6.1
nuke :add-package fantomas-tool --version 4.6.1
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. |
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.0.0-alpha-002 | 2,045 | 4/4/2022 | |
| 5.0.0-alpha-001 | 934 | 3/19/2022 | |
| 4.7.9 | 112,103 | 5/2/2022 | |
| 4.7.8 | 3,878 | 4/25/2022 | |
| 4.7.7 | 10,293 | 4/20/2022 | |
| 4.7.6 | 106,969 | 4/4/2022 | |
| 4.7.5 | 9,541 | 3/27/2022 | |
| 4.7.4 | 1,235 | 3/25/2022 | |
| 4.7.3 | 10,395 | 3/12/2022 | |
| 4.7.2 | 104,960 | 3/11/2022 | |
| 4.7.1 | 21,239 | 3/8/2022 | |
| 4.7.0 | 7,810 | 3/4/2022 | |
| 4.6.6 | 952 | 3/4/2022 | |
| 4.6.5 | 71,686 | 2/18/2022 | |
| 4.6.4 | 5,816 | 2/11/2022 | |
| 4.6.3 | 5,600 | 2/8/2022 | |
| 4.6.2 | 2,789 | 2/6/2022 | |
| 4.6.1 | 8,417 | 2/1/2022 | |
| 4.6.0 | 109,834 | 1/14/2022 | |
| 4.6.0-beta-001 | 987 | 1/8/2022 |
Fix Type parameter comment lost in formatting. [#2052](https://github.com/fsprojects/fantomas/issues/2052)
Fix Unicode string containing "\000" is replaced by null character when being formatted. [#2050](https://github.com/fsprojects/fantomas/issues/2050)
Fix Idempotency problem when comment after opening bracket in Elmish expression without children. [#2037](https://github.com/fsprojects/fantomas/issues/2037)
Fix Default settings in .editorconfig files. [#2030](https://github.com/fsprojects/fantomas/issues/2030)
Fix "cannot determine if synExpr Paren" when Lambda after If expression. [#2015](https://github.com/fsprojects/fantomas/issues/2015)
Fix Comment removed in do binding. [#1875](https://github.com/fsprojects/fantomas/issues/1875)
Fix Comment after arrow is missing in SynExpr.Lambda. [#1870](https://github.com/fsprojects/fantomas/issues/1870)
Fix else if turned into elif when KeepIndentInBranch = true. [#1818](https://github.com/fsprojects/fantomas/issues/1818)
Fix Comment after closing brace in nested record is lost with default settings. [#1172](https://github.com/fsprojects/fantomas/issues/1172)
Fix Inconsistent spacing of multiline object expressions in lists with default settings. [#1170](https://github.com/fsprojects/fantomas/issues/1170)
Fix type definition in signature file wrapped with hash directives. [#1115](https://github.com/fsprojects/fantomas/issues/1115)
Fix Strict mode strips literal strings. [#560](https://github.com/fsprojects/fantomas/issues/560)