How can I get the Detekt IntelliJ-plugin to work w...
# detekt
p
How can I get the Detekt IntelliJ-plugin to work well with the official Kotlin style-guide in IntelliJ? They seem to disagree on a number of things, e.g. Indentation
e
maybe something to ask #ktlint since detekt-formatting delegates to ktlint
https://github.com/detekt/detekt/blob/main/detekt-formatting/src/main/kotlin/io/gitlab/arturbosch/detekt/formatting/wrappers/Indentation.kt seems to indicate that ktlint doesn't support continuation indent size (anymore?) so if that's what IJ is doing, it'll never match…
c
its insane how hard formatting is. ive had so much pain with ktlint. đŸ˜­