You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, wow, interesting. Yeah, the new style doesn't recognize an index operator expression as a being block-formattable, which is why you get the extra indentation. I had never even considered that you might have a large enough index operand to cause it to split on the LHS.
For what it's worth, if this were my code, I'd probably hoist the record literal out to a local variable because I find this fairly hard to read in either formatting style. But I agree the tall style output isn't ideal.
The tall style formats the following code as so:
where previously it was formatted as
The former seems worse to me, and the latter doesn't seem obviously contrary to the tall style.
The text was updated successfully, but these errors were encountered: