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
ktfmt v0.51 with Kotlinlang formatting changed how the closing parenthesis of a multiline function call is placed.
Before:
foo( 1, 2 )
After:
foo( 1, 2)
There's no mention of this change in the changelog and it seems to go against Kotlinlang conventions. Was the change intentional or is this a bug?
The text was updated successfully, but these errors were encountered:
It seems that the (still unreleased) commit cec9b50 fixes this by turning on trailing comma management for Kotlinlang.
Sorry, something went wrong.
No branches or pull requests
ktfmt v0.51 with Kotlinlang formatting changed how the closing parenthesis of a multiline function call is placed.
Before:
After:
There's no mention of this change in the changelog and it seems to go against Kotlinlang conventions. Was the change intentional or is this a bug?
The text was updated successfully, but these errors were encountered: