**TypeScript Version:** 2.7.0-dev.201xxxxx **Code** ```js const frag = <> text > ``` Run format **Expected behavior:** No change. This indentation is consistent with the formatting for: ```js const frag = text ``` **Actual behavior:** ```js const frag = <> text > ```