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
Given the following code:
private val aSampleValue: SampleValue by lazy { SampleValue() }
Leave the code unchanged. This is how Android Studio formats this code when using the official Kotlin style guide.
0.39.0 formats this way, which isn't terrible, but also doesn't match official Kotlin style guide:
0.40.0 and 0.41.0 formats this way, which is quite unpleasant:
The text was updated successfully, but these errors were encountered:
indent
Successfully merging a pull request may close this issue.
Given the following code:
Expected Behavior
Leave the code unchanged. This is how Android Studio formats this code when using the official Kotlin style guide.
Observed Behavior
0.39.0 formats this way, which isn't terrible, but also doesn't match official Kotlin style guide:
0.40.0 and 0.41.0 formats this way, which is quite unpleasant:
Your Environment
The text was updated successfully, but these errors were encountered: