Colton Idle
09/28/2020, 8:55 PMfilea.kt:266:21: Unexpected indentation (expected 16, actual 20)
fileb.kt:267:17: Unexpected indentation (expected 12, actual 16)
filec.kt:281:21: Unexpected indentation (expected 16, actual 20)
filed.kt:282:17: Unexpected indentation (expected 12, actual 16)
What's the easiest way to resolve all of these?
I'm assuming it either
Opt out
or
Auto format via ./gradlew ktlintFormat
or intellij?
Note: I'm using editorConfig (Not sure if that changes things)
I tried auto formatting view ktlint and via intellij to no avail. Am I missing something?tapchicoma
09/28/2020, 8:58 PMktlintFormat
tapchicoma
09/28/2020, 8:58 PMtapchicoma
09/28/2020, 9:00 PMColton Idle
09/29/2020, 2:33 PMindent_size = unset
as there seems to be too many papercuts using it for this at this point. I'll hopefully try again at some point in the future.