typelevel / scalacheck

Property-based testing for Scala
http://www.scalacheck.org
BSD 3-Clause "New" or "Revised" License
1.93k stars 404 forks source link

Prefer docstrings.style = AsteriskSpace #1042

Closed som-snytt closed 2 months ago

som-snytt commented 3 months ago

Prefer the Scaladoc comment format used by Scala 3.

The two-space "gutter" makes it easier to read the source text. (Users of IDEs and published API will be indifferent to the source.)

It doesn't appear that the matter received any discussion last summer.

satorg commented 3 months ago

I personally don't care about formatting styles – instead I usually prefer using as many default settings as possible. But if anyone feels more comfortable with some specific settings, I am for it.