Closed bigfish02 closed 7 years ago
In .html, I input the following code:
.html
<div> <p>xx</p> </div>
the indent is correct, but in .jsx, the indent is not correct:
.jsx
the </div> is not auto indent.
</div>
Please read the README.
In
.html
, I input the following code:the indent is correct, but in
.jsx
, the indent is not correct:the
</div>
is not auto indent.