Skip to content

Commit

Permalink
Docs: use parens, not brackets for since vX.Y.Z
Browse files Browse the repository at this point in the history
Do it like everywhere else in the doc.
  • Loading branch information
kitbellew committed Mar 28, 2024
1 parent d49c229 commit 91672ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4705,10 +4705,10 @@ The following parameters affect this behaviour:
- `binPack.literalArgumentLists`: if false, this behaviour is disabled, other parameters ignored
- `binPack.literalsMinArgCount`: doesn't apply binpacking to calls with fewer arguments
- `binPack.literals{Include,Exclude}`: lists of regular expressions which define a literal
- [since v2.5.0] `binPack.literalsIncludeSimpleExpr`: allows a few selects (i.e. `a.b`),
- (since v2.5.0) `binPack.literalsIncludeSimpleExpr`: allows a few selects (i.e. `a.b`),
followed by a few nested single-argument apply calls, with literals as arguments
- since v3.3.2, also includes `new`
- [since v2.5.0] `binPack.literalsSingleLine`: the entire argument list will be formatted on
- (since v2.5.0) `binPack.literalsSingleLine`: the entire argument list will be formatted on
one line, regardless of `maxColumn`

```scala mdoc:defaults
Expand Down

0 comments on commit 91672ec

Please sign in to comment.