fantomas-tool
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.
dotnet tool install --global fantomas-tool --version 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
This package has no dependencies.
Version History
Version | Downloads | Last updated |
---|---|---|
4.4.0-beta-002 | 0 | 1/23/2021 |
4.4.0-beta-001 | 20 | 1/22/2021 |
4.4.0-alpha-008 | 50 | 1/15/2021 |
4.4.0-alpha-007 | 517 | 12/26/2020 |
4.4.0-alpha-006 | 71 | 12/25/2020 |
4.4.0-alpha-005 | 63 | 12/23/2020 |
4.4.0-alpha-004 | 35 | 12/22/2020 |
4.4.0-alpha-003 | 75 | 12/18/2020 |
4.4.0-alpha-002 | 42 | 12/17/2020 |
4.4.0-alpha-001 | 54 | 12/17/2020 |
4.3.0 | 574 | 12/17/2020 |
4.3.0-beta-002 | 85 | 12/11/2020 |
4.3.0-beta-001 | 58 | 12/7/2020 |
4.3.0-alpha-007 | 90 | 11/21/2020 |
4.3.0-alpha-006 | 89 | 11/20/2020 |
4.3.0-alpha-005 | 70 | 11/16/2020 |
4.3.0-alpha-004 | 64 | 11/12/2020 |
4.3.0-alpha-003 | 57 | 11/10/2020 |
4.3.0-alpha-002 | 87 | 10/26/2020 |
4.3.0-alpha-001 | 305 | 10/23/2020 |
4.2.0 | 1,478 | 9/25/2020 |
4.2.0-alpha-004 | 197 | 9/23/2020 |
4.2.0-alpha-003 | 87 | 9/21/2020 |
4.2.0-alpha-002 | 131 | 9/19/2020 |
4.2.0-alpha-001 | 115 | 9/18/2020 |
4.1.1 | 669 | 9/17/2020 |
4.1.0 | 225 | 9/10/2020 |
4.1.0-beta-004 | 176 | 9/5/2020 |
4.1.0-beta-003 | 157 | 9/4/2020 |
4.1.0-beta-002 | 126 | 9/4/2020 |
4.1.0-beta-001 | 113 | 9/3/2020 |
4.1.0-alpha-001 | 118 | 9/1/2020 |
4.0.0 | 1,662 | 8/27/2020 |
4.0.0-beta-003 | 90 | 8/21/2020 |
4.0.0-beta-002 | 689 | 8/7/2020 |
4.0.0-beta-001 | 389 | 7/20/2020 |
4.0.0-alpha-014 | 176 | 7/14/2020 |
4.0.0-alpha-013 | 111 | 7/11/2020 |
4.0.0-alpha-012 | 443 | 7/6/2020 |
4.0.0-alpha-011 | 107 | 6/25/2020 |
4.0.0-alpha-010 | 106 | 6/18/2020 |
4.0.0-alpha-009 | 106 | 6/12/2020 |
4.0.0-alpha-008 | 132 | 6/2/2020 |
4.0.0-alpha-007 | 102 | 6/1/2020 |
4.0.0-alpha-006 | 180 | 5/23/2020 |
4.0.0-alpha-005 | 319 | 5/16/2020 |
4.0.0-alpha-004 | 639 | 5/4/2020 |
4.0.0-alpha-003 | 178 | 5/3/2020 |
4.0.0-alpha-002 | 117 | 4/26/2020 |
4.0.0-alpha-001 | 119 | 4/20/2020 |
3.3.0 | 4,274 | 2/28/2020 |
3.3.0-beta-002 | 727 | 2/21/2020 |
3.3.0-beta-001 | 215 | 2/18/2020 |
3.2.0 | 935 | 2/3/2020 |
3.2.0-beta-002 | 411 | 1/7/2020 |
3.2.0-beta-001 | 191 | 12/26/2019 |
3.1.0 | 7,457 | 11/27/2019 |
3.0.0 | 546 | 10/11/2019 |
3.0.0-beta-006 | 160 | 10/2/2019 |
3.0.0-beta-005 | 148 | 9/27/2019 |
3.0.0-beta-004 | 150 | 9/18/2019 |
3.0.0-beta-003 | 168 | 9/13/2019 |
3.0.0-beta-002 | 504 | 7/20/2019 |
3.0.0-beta-001 | 209 | 7/12/2019 |
2.9.2 | 5,428 | 2/2/2019 |
2.9.1 | 807 | 11/20/2018 |
2.9.0 | 448 | 10/17/2018 |
2.8.1 | 378 | 9/12/2018 |
2.8.0 | 426 | 7/7/2018 |