We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This template is a guideline, not a strict requirement.
runner.dialect = "scala213" version = "3.2.1" maxColumn = 120
Given code like this:
/** @usecase type NotNull[+A] <: A */
When I run scalafmt like this:
scalafmt
Scalafmt formats code like this:
/** @usecase * type NotNull[+A] <: A */
I would like the formatted output to look like this:
or
scaladoc does not support @usecase followed by a newline.
scaladoc
@usecase
See error logs at https://github.com/ThoughtWorksInc/Dsl.scala/runs/4424163369?check_suite_focus=true
I noticed the issue in this PR: ThoughtWorksInc/Dsl.scala#479
I am not sure if this issue affects tags other than @usecase.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This template is a guideline, not a strict requirement.
Steps
Given code like this:
When I run scalafmt like this:
Problem
Scalafmt formats code like this:
Expectation
I would like the formatted output to look like this:
or
/** @usecase type NotNull[+A] <: A */
Notes
scaladoc
does not support@usecase
followed by a newline.See error logs at https://github.com/ThoughtWorksInc/Dsl.scala/runs/4424163369?check_suite_focus=true
I noticed the issue in this PR: ThoughtWorksInc/Dsl.scala#479
I am not sure if this issue affects tags other than
@usecase
.The text was updated successfully, but these errors were encountered: