vim-jsx
vim-jsx copied to clipboard
Wrong indentation when omitting semicolon
This code will not indent correctly:
if (something)
return <div>Something!</div>
return <div>Else...</div>
I have to add a semicolon after the closing tag.