Johan
10/29/2024, 8:38 PMmax-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
private fun erReellArbeidssøker(periode: SummertInfotrygdPeriodeDto): Boolean =
periode.aktivitet == InfotrygdAktivitetstype.TILMELDT_SOM_REELL_ARBEIDSSØKER
To a long one-liner, is that as expected?