Adding a line break doesn't add indentation on the next line for .ts files but does for .tsx files. **Behavior** ```typescript const payload = { user: {...} } ``` **Expected behavior** ```typescript const payload = { user: {...} } ```