It seems that nested JSX elements aren't being indented properly. Example: ``` function App() { return ( <div> <div> <div> </div> </div> </div> ); } ``` Anyone else having this issue?
It seems that nested JSX elements aren't being indented properly.
Example:
Anyone else having this issue?