Skip to content

Commit

Permalink
Refactor keep indent in branch (#2342)
Browse files Browse the repository at this point in the history
* Determine KeepIndentInBranch by original code.

* Fix nested match inside let bindings.
  • Loading branch information
nojaf committed Jul 7, 2022
1 parent 8cc88bf commit 9fb9941
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 515 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
### Added
* Add setting `fsharp_max_if_then_short_width`. [#2299](https://github.com/fsprojects/fantomas/issues/2299)

### Fixed
* KeepIndentInBranch not respected inside a let and match. [1825](https://github.com/fsprojects/fantomas/issues/1825)

## [5.0.0-alpha-010] - 2022-06-27

### Changed
Expand Down
Loading

0 comments on commit 9fb9941

Please sign in to comment.