Skip to content

Commit

Permalink
Remove reference to binPack.parentConstructors being a boolean (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-burrows authored Jun 26, 2020
1 parent fe32456 commit 44b6877
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2161,9 +2161,8 @@ See also:

### `binPack.parentConstructors`

Parent constructors are `C` and `D` in `class A extends B with C and D`. If true,
`scalafmt` will fit as many parent constructors on a single line. If false, each
parent constructor gets its own line.
Parent constructors are `C` and `D` in `class A extends B with C and D`.
Changed from a boolean to a wider set of options in v2.6.0.

```scala mdoc:defaults
binPack.parentConstructors
Expand Down

0 comments on commit 44b6877

Please sign in to comment.