atom-react
atom-react copied to clipboard
Typing enter between auto-closed tags should auto-format
When auto-closing a component like so...
<MyComponent>|</MyComponent>
then type Enter you should get something like...
<MyComponent>
..|
</MyComponent>
but what I really get is...
<MyComponent>
|</MyComponent>
Please auto-format when pressing Enter after auto-closing a tag.