touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Integrate ktlint and fix codestyle violations #115

Closed romtsn closed 4 years ago

romtsn commented 4 years ago

I saw somewhere you were not happy with the inconsistent code style, so decided to fix that :) Let me know if something is contradicting your internal guidelines.

samhill303 commented 4 years ago

Thanks for this. We are going to solidify what style we are looking for and check that the rules in KtLint will work

romtsn commented 4 years ago

Not 100% clear on how things are synced between ktlint and ide settings but if that gradle plugin is doing it I can trust it. Just some nits in the details.

They are synced but just a subset, there is an issue to address that.

russhwolf commented 4 years ago

Thanks for the extra insight @romtsn!