Hi! is it advised to disable `multiline-expression...
# ktlint
m
Hi! is it advised to disable
multiline-expression-wrapping
if you have changed
function_signature_body_expression_wrapping
to
default
? I am namely seeing reported errors which are hard to resolve in certain constructs
p
Yes, it is better to disable the rule in this situation.
m
thanks for confirmation!
by the way is this something to consider to apply in ktlint automatically?
p
I am not sure yet. I have created https://github.com/pinterest/ktlint/issues/2650 for this.
❤️ 1
138 Views