(Cross posted from <#C0B8MA7FA|getting-started> be...
# android
b
(Cross posted from #getting-started because this is mostly an Android questions) In Android Studio, I have great Java code style settings. For kotlin, not so much. The “chop when long” does not work, certainly not the way it works in the Java code style settings. There are no settings I can use to enforce all of the Kotlin standard styles (e.g. exactly one line for space between functions, etc). I have tried ktlint to apply standard settings to Android Studio, but they also don’t work. When formatting code, the settings do not product kotlin code that can successfully pass ktlint checks. Any suggestions on how to set kotlin style settings so that it follows standard language norms, even when reformatting code in AS? Also, is there any plans to make kotlin style settings as complete and robust as with Java?