Kev
01/10/2024, 1:44 PMclass SomethingTest : FunSpec(
{
},
)
What I prefer is
class SomethingTest : FunSpec({
})
Paul Dingemans
01/11/2024, 6:14 PMclass-signature
rule for this in `.editorconfig`:
ktlint_standard_class-signature = disabled
But you will loose all functionality of the rule.