Fantomas 4.3.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.
See the version list below for details.
Install-Package Fantomas -Version 4.3.0
dotnet add package Fantomas --version 4.3.0
<PackageReference Include="Fantomas" Version="4.3.0" />
paket add Fantomas --version 4.3.0
#r "nuget: Fantomas, 4.3.0"
Release Notes
Feature Clarify constructors. [#1217](https://github.com/fsprojects/fantomas/issues/1217)
Feature MultiLineLambdaClosingNewline. [#1221](https://github.com/fsprojects/fantomas/issues/1221)
Feature Disable Elmish syntax. [#1198](https://github.com/fsprojects/fantomas/issues/1198)
Support user-provided end-of-line characters. [#1231](https://github.com/fsprojects/fantomas/issues/1231)
Add option to make expressions multiline based on number of subexpressions rather than character length. [#1143](https://github.com/fsprojects/fantomas/issues/1143)
Update to FCS 38. [#1240](https://github.com/fsprojects/fantomas/pull/1240)
Fix Comment after let binding breaks downstream output. [#1284](https://github.com/fsprojects/fantomas/issues/1284)
Fix Comments are removed before and after empty array literals. [#1281](https://github.com/fsprojects/fantomas/issues/1281)
Fix Use a safe filename when formatting from CodeFormatter. [#1279](https://github.com/fsprojects/fantomas/issues/1279)
Fix Incorrect movement of a comma. [#966](https://github.com/fsprojects/fantomas/issues/966)
Fix Bracket indentation is incorrect. [#1271](https://github.com/fsprojects/fantomas/issues/1271)
Fix tuple with match formats to invalid code. [#1269](https://github.com/fsprojects/fantomas/issues/1269)
Fix Incorrect movement of a comma. [#966](https://github.com/fsprojects/fantomas/issues/966)
Fix Not adding a space even when all SpaceBefore* settings are enabled. [#964](https://github.com/fsprojects/fantomas/issues/964)
Fix Multiline if condition can have incorrect indentation error. [#1267](https://github.com/fsprojects/fantomas/issues/1267)
Fix multiline do bang gives a warning. [#1265](https://github.com/fsprojects/fantomas/issues/1265)
Fix regressions. [#1264](https://github.com/fsprojects/fantomas/pull/1264)
Fix multiline yield bang in list should be further indented. [#1254](https://github.com/fsprojects/fantomas/issues/1254)
Fix Or pipe in destructured record should not be splitted. [#1252](https://github.com/fsprojects/fantomas/issues/1252)
Fix Swap order of private and inline. [#1250](https://github.com/fsprojects/fantomas/issues/1250)
Fix Comment is lost in enum. [#1247](https://github.com/fsprojects/fantomas/issues/1247)
Fix Nested if/else/then in short mode. [#1243](https://github.com/fsprojects/fantomas/issues/1243)
Fix Something doesn't add up in fix for 303. [#1093](https://github.com/fsprojects/fantomas/issues/1093)
Fix Fantomas format is "unstable/oscillates" after upcast operator: adds/removes empty line. [#1227](https://github.com/fsprojects/fantomas/issues/1227)
Fix Misplaces `=` in function signature so it's invalid F# code. [#1218](https://github.com/fsprojects/fantomas/issues/1218)
Fix Additional newline is added between if/elif and for loop. [#1211](https://github.com/fsprojects/fantomas/issues/1211)
Fix Let binding in hash directive disappears. [#1205](https://github.com/fsprojects/fantomas/issues/1205)
Fix Downcast operator doesn't get a new line. [#1203](https://github.com/fsprojects/fantomas/issues/1203)
Fix Implicit unit else results in extra lines with each reformat. [#1187](https://github.com/fsprojects/fantomas/issues/1187)
Fix Incorrect formatting of function parameter application with lambdas. [#1201](https://github.com/fsprojects/fantomas/issues/1201)
Fix Lambda functions in fluent API calls should indent further. [#970](https://github.com/fsprojects/fantomas/issues/970)
Fix Hard to read code when using Thoth.Json. [#685](https://github.com/fsprojects/fantomas/issues/685)
Fix --check should ignore the line endings. [#1196](https://github.com/fsprojects/fantomas/issues/1196)
Fix Format entire return type on the line. [#1181](https://github.com/fsprojects/fantomas/issues/1181)
Fix Only add one `in` keyword in LetOrUse. [#1176](https://github.com/fsprojects/fantomas/issues/1176)
Fix Multiline SynPat.Record in pattern match is formatted as a mixture of single/multiline styles. [#1173](https://github.com/fsprojects/fantomas/issues/1173)
Fix Inconsistent indentation of multiline records with internal keyword when fsharp_multiline_block_brackets_on_same_column is on/off. [#1171](https://github.com/fsprojects/fantomas/issues/1171)
Fix Lambda argument splits in awkward way. [#1164](https://github.com/fsprojects/fantomas/issues/1164)
Fix Multiline expression should be on next line. [#1158](https://github.com/fsprojects/fantomas/issues/1158)
Fix Missing in keyword makes code invalid. [#1114](https://github.com/fsprojects/fantomas/issues/1114)
Fix Invalid code after format. [#1032](https://github.com/fsprojects/fantomas/issues/1032)
Fix Space before ^ SRTP type is removed in function call. [#984](https://github.com/fsprojects/fantomas/issues/984)
Fix Shouldn't remove space after colon. [#908](https://github.com/fsprojects/fantomas/issues/908)
Fix Crash when formatting with config file. [#824](https://github.com/fsprojects/fantomas/issues/824)
Fix Formatting typeof generic static constraint fails to compile. [#803](https://github.com/fsprojects/fantomas/issues/803)
Fix Indenting of record definition when internal. [#658](https://github.com/fsprojects/fantomas/issues/658)
Dependencies
-
.NETStandard 2.0
- FSharp.Compiler.Service (>= 38.0.0)
- FSharp.Core (>= 5.0.0)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Fantomas:
Package | Downloads |
---|---|
dotnet-fantomas
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.
|
|
Fantomas.Extras
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.
|
|
Falanx.Machinery
Package Description
|
|
Myriad.Core
Core Myriad library used for developing plugins
|
|
GiraffeGenerator.Core
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
4.5.0-alpha-001 | 194 | 2/26/2021 |
4.4.0 | 271 | 2/25/2021 |
4.4.0-beta-008 | 88 | 2/19/2021 |
4.4.0-beta-007 | 76 | 2/12/2021 |
4.4.0-beta-006 | 54 | 2/12/2021 |
4.4.0-beta-005 | 43 | 2/9/2021 |
4.4.0-beta-004 | 64 | 2/5/2021 |
4.4.0-beta-003 | 492 | 1/30/2021 |
4.4.0-beta-002 | 51 | 1/23/2021 |
4.4.0-beta-001 | 462 | 1/22/2021 |
4.4.0-alpha-008 | 273 | 1/15/2021 |
4.4.0-alpha-007 | 796 | 12/26/2020 |
4.4.0-alpha-006 | 163 | 12/25/2020 |
4.4.0-alpha-005 | 229 | 12/23/2020 |
4.4.0-alpha-004 | 268 | 12/22/2020 |
4.4.0-alpha-003 | 232 | 12/18/2020 |
4.4.0-alpha-002 | 176 | 12/17/2020 |
4.4.0-alpha-001 | 90 | 12/17/2020 |
4.3.0 | 1,443 | 12/17/2020 |
4.3.0-beta-002 | 212 | 12/11/2020 |
4.3.0-beta-001 | 118 | 12/7/2020 |
4.3.0-alpha-007 | 204 | 11/21/2020 |
4.3.0-alpha-006 | 131 | 11/20/2020 |
4.3.0-alpha-005 | 113 | 11/16/2020 |
4.3.0-alpha-004 | 613 | 11/12/2020 |
4.3.0-alpha-003 | 129 | 11/10/2020 |
4.3.0-alpha-002 | 147 | 10/26/2020 |
4.3.0-alpha-001 | 177 | 10/23/2020 |
4.2.0 | 2,627 | 9/25/2020 |
4.2.0-alpha-004 | 325 | 9/23/2020 |
4.2.0-alpha-003 | 144 | 9/21/2020 |
4.2.0-alpha-002 | 180 | 9/19/2020 |
4.2.0-alpha-001 | 235 | 9/18/2020 |
4.1.1 | 345 | 9/17/2020 |
4.1.0 | 609 | 9/10/2020 |
4.1.0-beta-004 | 294 | 9/5/2020 |
4.1.0-beta-003 | 190 | 9/4/2020 |
4.1.0-beta-002 | 574 | 9/4/2020 |
4.1.0-beta-001 | 169 | 9/3/2020 |
4.1.0-alpha-001 | 159 | 9/1/2020 |
4.0.0 | 1,049 | 8/27/2020 |
4.0.0-beta-003 | 192 | 8/21/2020 |
4.0.0-beta-002 | 272 | 8/7/2020 |
4.0.0-beta-001 | 619 | 7/20/2020 |
4.0.0-alpha-014 | 465 | 7/14/2020 |
4.0.0-alpha-013 | 219 | 7/11/2020 |
4.0.0-alpha-012 | 287 | 7/6/2020 |
4.0.0-alpha-011 | 126 | 6/25/2020 |
4.0.0-alpha-010 | 508 | 6/18/2020 |
4.0.0-alpha-009 | 141 | 6/12/2020 |
4.0.0-alpha-008 | 283 | 6/2/2020 |
4.0.0-alpha-007 | 132 | 6/1/2020 |
4.0.0-alpha-006 | 643 | 5/23/2020 |
4.0.0-alpha-005 | 601 | 5/16/2020 |
4.0.0-alpha-004 | 571 | 5/4/2020 |
4.0.0-alpha-003 | 215 | 5/3/2020 |
4.0.0-alpha-002 | 241 | 4/26/2020 |
4.0.0-alpha-001 | 153 | 4/20/2020 |
3.3.0 | 8,308 | 2/28/2020 |
3.3.0-beta-002 | 1,095 | 2/21/2020 |
3.3.0-beta-001 | 252 | 2/18/2020 |
3.2.0 | 13,396 | 2/3/2020 |
3.2.0-beta-002 | 864 | 1/7/2020 |
3.2.0-beta-001 | 396 | 12/26/2019 |
3.1.0 | 9,355 | 11/27/2019 |
3.0.0 | 3,795 | 10/11/2019 |
3.0.0-beta-006 | 991 | 10/2/2019 |
3.0.0-beta-005 | 180 | 9/27/2019 |
3.0.0-beta-004 | 539 | 9/18/2019 |
3.0.0-beta-003 | 276 | 9/13/2019 |
3.0.0-beta-002 | 12,237 | 7/20/2019 |
3.0.0-beta-001 | 4,816 | 7/12/2019 |
2.9.2 | 20,019 | 2/2/2019 |
2.9.1 | 2,834 | 11/20/2018 |
2.9.0 | 6,676 | 10/17/2018 |
2.8.1 | 922 | 9/12/2018 |
2.8.0 | 4,157 | 7/7/2018 |
2.7.1 | 3,095 | 5/2/2018 |
2.7.0 | 703 | 5/2/2018 |
2.6.1 | 44,144 | 4/22/2017 |
2.5.0 | 1,604 | 2/19/2017 |
2.4.0 | 1,690 | 10/24/2016 |
2.3.0 | 1,370 | 7/9/2016 |
2.2.0 | 901 | 4/24/2016 |
2.1.0 | 1,005 | 4/1/2016 |
2.0.2 | 7,667 | 11/15/2015 |
1.11.0 | 1,511 | 9/12/2015 |
1.10.0 | 910 | 8/29/2015 |
1.9.0 | 914 | 8/10/2015 |
1.8.0-beta | 839 | 7/19/2015 |
1.7.0 | 1,061 | 6/10/2015 |
1.6.0 | 1,892 | 10/25/2014 |
1.5.0 | 1,304 | 9/18/2014 |
1.4.0 | 1,641 | 7/1/2014 |
1.3.0 | 1,223 | 5/17/2014 |
1.2.0 | 993 | 4/21/2014 |
1.1.0 | 981 | 3/29/2014 |
1.0.7 | 1,037 | 3/12/2014 |
1.0.5.1 | 1,094 | 1/15/2014 |
1.0.5 | 883 | 1/7/2014 |
1.0.4 | 911 | 11/16/2013 |
1.0.3 | 947 | 10/6/2013 |
1.0.2 | 922 | 8/16/2013 |
1.0.1 | 1,010 | 7/22/2013 |
1.0.0 | 1,061 | 7/16/2013 |
0.9.9.2 | 1,048 | 7/2/2013 |
0.9.9.1 | 952 | 6/22/2013 |
0.9.8 | 972 | 6/14/2013 |
0.9.7 | 965 | 6/7/2013 |
0.9.6 | 926 | 5/31/2013 |
0.9.5 | 1,054 | 5/23/2013 |
0.9.4 | 945 | 5/19/2013 |
0.9.3 | 954 | 5/9/2013 |
0.9.2 | 956 | 5/3/2013 |
0.9.1 | 1,224 | 4/26/2013 |
0.9.0 | 1,005 | 4/19/2013 |
0.8.9 | 1,016 | 4/12/2013 |
0.8.8 | 967 | 4/11/2013 |
0.8.7 | 949 | 4/9/2013 |
0.8.6 | 950 | 4/4/2013 |
0.8.5 | 1,031 | 4/2/2013 |
0.8.4 | 971 | 4/1/2013 |
0.8.3 | 989 | 4/1/2013 |
0.8.2 | 935 | 4/1/2013 |
0.8.1 | 1,007 | 3/31/2013 |
0.8.0 | 988 | 3/31/2013 |