Does anyone know a Kotlin code formatter that supp...
# getting-started
n
Does anyone know a Kotlin code formatter that supports continuation indent and can be integrated into CICD? ktlint looks very solid, but they have dropped support for continuation indent. I'd like to introduce a formatter into our CI, but we currently use 4 spaces continuation indent and 2 spaces normal indent.