Skip to content
New issue

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

ParameterListWrappingRule: correctly indent primary constructor parameters when class has multiline type parameter #950

Merged
merged 2 commits into from
Oct 25, 2020

Conversation

t-kameyama
Copy link
Contributor

Fixes #921

…eters when class has multiline type parameter
private val tracked: Boolean,
private val sourceInformation: String?
)
// https://github.com/pinterest/ktlint/issues/938
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this comment about? does this also fix #938?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a mistake.

@t-kameyama t-kameyama requested a review from romtsn October 25, 2020 22:48
@romtsn romtsn merged commit b542a81 into pinterest:master Oct 25, 2020
@romtsn
Copy link
Collaborator

romtsn commented Oct 25, 2020

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflicting constructor argument indentation requirements for class with linewrapping type list
2 participants