touchlab / DroidconKotlin

Kotlin Multiplatfom app for Droidcon Events
https://touchlab.co
Apache License 2.0
1.05k stars 82 forks source link

Save ktlint rules to project #230

Closed KevinSchildhorn closed 1 week ago

KevinSchildhorn commented 3 weeks ago
KevinSchildhorn commented 3 weeks ago

MainActivity.kt:47:22 Super type should start on a newline (standard:class-signature) I'm not sure how to disable this rule.

I want it to be class MainActivity : ComponentActivity(), KoinComponent but it ends up being

class MainActivity :
    ComponentActivity(),
    KoinComponent

when formatting