Fantomas.Extras
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.Extras -Version 4.3.0
dotnet add package Fantomas.Extras --version 4.3.0
<PackageReference Include="Fantomas.Extras" Version="4.3.0" />
paket add Fantomas.Extras --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
-
.NETStandard 2.0
- editorconfig (>= 0.12.2)
- Fantomas (>= 4.3.0)
- FSharp.Core (>= 5.0.0)
- MAB.DotIgnore (>= 3.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
4.4.0-alpha-008 | 53 | 1/15/2021 |
4.4.0-alpha-007 | 276 | 12/26/2020 |
4.4.0-alpha-006 | 123 | 12/25/2020 |
4.4.0-alpha-005 | 149 | 12/23/2020 |
4.4.0-alpha-004 | 240 | 12/22/2020 |
4.4.0-alpha-003 | 201 | 12/18/2020 |
4.4.0-alpha-002 | 149 | 12/17/2020 |
4.4.0-alpha-001 | 60 | 12/17/2020 |
4.3.0 | 708 | 12/17/2020 |
4.3.0-beta-002 | 156 | 12/11/2020 |
4.3.0-beta-001 | 81 | 12/7/2020 |
4.3.0-alpha-007 | 120 | 11/21/2020 |
4.3.0-alpha-006 | 82 | 11/20/2020 |
4.3.0-alpha-005 | 66 | 11/16/2020 |
4.3.0-alpha-004 | 572 | 11/12/2020 |
4.3.0-alpha-003 | 64 | 11/10/2020 |
4.3.0-alpha-002 | 93 | 10/26/2020 |
4.3.0-alpha-001 | 121 | 10/23/2020 |
4.2.0 | 2,206 | 9/25/2020 |
4.2.0-alpha-004 | 269 | 9/23/2020 |
4.2.0-alpha-003 | 80 | 9/21/2020 |
4.2.0-alpha-002 | 133 | 9/19/2020 |
4.2.0-alpha-001 | 111 | 9/18/2020 |
4.1.1 | 255 | 9/17/2020 |
4.1.0 | 530 | 9/10/2020 |
4.1.0-beta-004 | 251 | 9/5/2020 |
4.1.0-beta-003 | 151 | 9/4/2020 |
4.1.0-beta-002 | 533 | 9/4/2020 |
4.1.0-beta-001 | 123 | 9/3/2020 |
4.1.0-alpha-001 | 115 | 9/1/2020 |
4.0.0 | 535 | 8/27/2020 |
4.0.0-beta-003 | 142 | 8/21/2020 |
4.0.0-beta-002 | 213 | 8/7/2020 |