#854 will introduce support for leading tokens in unions / interesctions, but we should format them better: - If single line, remove a leading token - If multi line, start with a leading token: ```luau type Foo = | X | Y ```