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
If this is a duplicate of #960, then please close this issue.
This is how Android Studio formats the code. We use 2 space indent, but the result is the same for 4 space indent.
companion object : V2LayoutBinding<Abc> by bindLayout1( Abc::class, R.layout.abc, runnerConstructor = ::Abc )
KtLint formats the code like that:
companion object : V2LayoutBinding<SerumDemoLoaderScreen> by bindLayout1( SerumDemoLoaderScreen::class, R.layout.serum_demo_loader, runnerConstructor = ::SerumDemoLoaderLayoutRunner )
The text was updated successfully, but these errors were encountered:
Add a test for pinterest#963
2fb8329
IndentationRule: fix wrong indentation in delegation (#961)
5e088fe
* IndentationRule: fix wrong indentation in delegation * Add a test for #963
Successfully merging a pull request may close this issue.
If this is a duplicate of #960, then please close this issue.
Expected Behavior
This is how Android Studio formats the code. We use 2 space indent, but the result is the same for 4 space indent.
Observed Behavior
KtLint formats the code like that:
Your Environment
The text was updated successfully, but these errors were encountered: