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
Given a comment inside a lambda argument definition function-literal rule should not produce breaking changes.
Example:
foo { //comment x, y -> x }
is formatted to:
foo { // comment x, y -> x }
The text was updated successfully, but these errors were encountered:
Tnx for reporting. This problem seems to exists starting from version 1.0.0. Did you find this problem while migrating from another ktlint version?
1.0.0
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Given a comment inside a lambda argument definition function-literal rule should not produce breaking changes.
Steps to Reproduce
Example:
is formatted to:
Your Environment
The text was updated successfully, but these errors were encountered: