Is there a way (or package) to auto-indent content inside tags/brackets after I type the closing tag. The default Atom bracket matcher
only indents correctly if nothing is in between the brackets.
What happens:
What I want to happen:
Same goes for closing HTML
tags.
There is an auto-indenting option within Atom, but I want it to happen automatically when typing the closing tag. PHPStorm does this perfectly.
Is there a setting/package that does this?