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
After updating to 0.49.0 this is still not working as ktlint expects the formatting to look like this:
fun combine(a: Any, b: Any, c: (Any, Any) -> Unit) { c(a, b) } class Foo { fun foo() { combine( Any(), Any() ) { a, b -> // Unexpected indentation (8) (should be 14) (standard:indent) TODO() } } }
Originally posted by @eygraber in #1756 (comment)
The text was updated successfully, but these errors were encountered:
In 0.49.0 it works correctly for code style ktlint_official. With the other code styles the formatting is indeed incorrect.
0.49.0
ktlint_official
Sorry, something went wrong.
Fix indentation of multiline parameter list in function literal
cbdc43c
Closes #1976
Fix indentation of multiline parameter list in function literal (#1997)
7ba9ed0
Successfully merging a pull request may close this issue.
After updating to 0.49.0 this is still not working as ktlint expects the formatting to look like this:
Originally posted by @eygraber in #1756 (comment)
The text was updated successfully, but these errors were encountered: