Another question, I like the strict formatting of ...
# ktfmt
j
Another question, I like the strict formatting of ktfmt but I want to keep Detekt to find code smell, do you know if some ktfmt formats can do problems with Detekt?
g
I haven’t noticed anything so far. Obviously you should consider disabling the formatting side of Detekt (i.e. the embedded ktlint) otherwise they will conflict each other.
j
Yeah, I think I see some problems with
)
if I don't use trailing commas but I was thinking to use them always in multiline
but I don't know if there is more problems like that where I can't just go over them