Tab formatting for multiline union and intersection types

Currently, multiline type statements are formatted as such:

However, the following formatting would be preferable:

Which is the same behavior seen with multiline ternary operators:

image

2 Likes