I cannot figure out a way to format `private val s...
# detekt
m
I cannot figure out a way to format
private val styleSource: NullForUndefined<@Serializable(with = LayerSourceSerializer::class) SourceDto> = NullForUndefined(null)
to make the
AnnotationOnSeparateLine
rule happy.
b
That rule comes from ktlint. You can ask there.