Closed geoffp closed 7 years ago
I think this is the same as this bug, but if not, you should file a separate one against js-mode.el
For future reference, as stated in the README:
Note: This mode does not add any indentation improvements to the one built into
js-mode
. Please report all identation bugs there
@felipeochoa, thanks! Will do. I bet that is the same bug.
I was seeing some wonky indentation, and I did a little sleuthing. I found that the presence of a
<
inside curly braces seems to cause closing tags to be misplaced. Here's an example: