Open tatsuyah opened 3 years ago
Still a problem:
<!DOCTYPE html>
<html lang="en">
<body>
<a class="footer-link" href="https://google.com"
> Words words words words words words words words words words </a
>
</body>
</html>
format with prettier
Does this issue occur when all extensions are disabled?: No(with prettier-vscode)
Steps to Reproduce:
As explained in the above link, "HTML: Auto Closing Tags" settings adds unnecessary tags in some cases with prettier-vscode's html formetter.
In this case, I confirmed prettier-vscode returns right value to vs code via
vscode.languages.registerDocumentFormattingEditProvider
. And you can see more detailed discussion in the above issue's link.