atom-react icon indicating copy to clipboard operation
atom-react copied to clipboard

Typing enter between auto-closed tags should auto-format

Open austincondiff opened this issue 7 years ago • 1 comments

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.

austincondiff avatar Nov 06 '18 18:11 austincondiff

I am talking about doing something like this from the autoclose package.

austincondiff avatar Nov 06 '18 18:11 austincondiff