Alex
05/19/2021, 8:35 AM0.39.0
to 0.41.0
and it seems like the rules for string indentation have changed (code in thread). Can we get the old behavior back somehow and does someone know the reasoning behind this change?Alex
05/19/2021, 8:37 AMoperator fun x(resources: Resources, entity: X):
ListItem<DocumentListItems.DocumentListItemBindingHolder, out ViewBinding> =
createDocumentListItem(
resources = resources,
...
)
Will be formatted like so:
operator fun x(resources: Resources, entity: X):
ListItem<DocumentListItems.DocumentListItemBindingHolder, out ViewBinding> =
createDocumentListItem(
resources = resources,
...
)
Alex
05/19/2021, 8:37 AMSha Sha Chu
05/19/2021, 3:57 PM--verbose
to see which rule it is that’s affecting the indentation?Christian Meese
05/20/2021, 6:33 AMUnexpected indentation (12) (should be 8) (indent)
Sha Sha Chu
05/20/2021, 3:54 PMromtsn
05/21/2021, 5:51 PM