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
Code below is acceptated unchanged by IntelliJ IDEA default formatter:
@[JvmStatic Provides] fun foo() = 42
Ktlint 0.48 snapshot rewrites it to:
@[ JvmStatic Provides ] fun foo() = 42
The text was updated successfully, but these errors were encountered:
update changelog
22ea60f
Closes pinterest#1688
Fix indent of annotation array entry (#1689)
f3e5257
* Fix indent of annotation array entry Closes #1688
Fix another issue with annotations incorrectly being forced to be mul…
b1201d5
…ti-line Similar to pinterest#1688, an array of annotations would be forced to be multi-line if any of the entries had a parameter.
e03fd6d
Successfully merging a pull request may close this issue.
Code below is acceptated unchanged by IntelliJ IDEA default formatter:
Ktlint 0.48 snapshot rewrites it to:
The text was updated successfully, but these errors were encountered: