You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @swankjesse. Absolutely. Kotlin/kotlin-style-guide#3 is still open but I think it's pretty safe to add this rule to the ktlint-ruleset-standard. Thank you for pointing it out.
The official style guides are quiet about whether we should say
override public
orpublic override
.Does ktlint wanna enforce one true order?
I made up a standard order for KotlinPoet, but I’m not particular to it.
https://github.com/square/kotlinpoet/blob/master/src/main/java/com/squareup/kotlinpoet/KModifier.kt
The text was updated successfully, but these errors were encountered: