Yoni Obia
06/22/2023, 11:27 AMclass MyClass(): MyInterface
I’ve tried using in my .editorconfig
ij_editorconfig_space_before_colon = false
ij_editorconfig_space_after_colon = true
To use ktlint I’ve configured spotless, when doing ./gradlew app:spotlessApply the rules above don’t applyVampire
06/22/2023, 11:51 AMktlint is designed to follow it and prevent bike-shedding, I doubt there is a setting to control this other than disabling the colon-spacing rule.Yoni Obia
06/22/2023, 11:54 AM