What is the reason to have `max-line-length` set t...
# ktlint
j
What is the reason to have
max-line-length
set to
off
for intellij-idea settings? https://pinterest.github.io/ktlint/1.4.0/rules/standard/#max-line-length With 1.4.0,
intellij-idea
or max-line-length set to off changes
Copy code
private fun erReellArbeidssøker(periode: SummertInfotrygdPeriodeDto): Boolean =
        periode.aktivitet == InfotrygdAktivitetstype.TILMELDT_SOM_REELL_ARBEIDSSØKER
To a long one-liner, is that as expected?