Open adecker89 opened 2 weeks ago
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 }
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
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