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.