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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Given code below:
fun < Foo, Bar, > foobar()
This is formatted by ktlint rule experimental:type-parameter-list-spacing as follows:
experimental:type-parameter-list-spacing
fun <Foo, Bar,> foobar()
while it should have been kept unchanged.
The text was updated successfully, but these errors were encountered:
Related to above, the code below:
fun < Foo, Bar, FooBar, > foobar()
should be formatted as:
Sorry, something went wrong.
Do not remove newlines from multiline type parameter lists `type-para…
e05dac0
…meter-list-spacing` Closes #1867
Wrap each type parameter in a multiline type parameter list
1ddfdb9
Closes #1867
Successfully merging a pull request may close this issue.
Given code below:
This is formatted by ktlint rule
experimental:type-parameter-list-spacing
as follows:while it should have been kept unchanged.
The text was updated successfully, but these errors were encountered: