-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML code guidelines are conflicting with Prettier format #20523
Comments
Yes, feel free to open a PR to remove it. We'll review it and see if we have a consensus. |
I have a feeling of deja vu that you (or someone else) have brought this up in the past, but I can't find the discussion... Was it on Matrix? GitHub discussions? |
Yes, I asked in Matrix few days ago. :) |
Ah, see it now👍 |
(I also had this impression of déjà-vu :-) |
HTML code guidelines page says this about trailing slashes:
But Prettier is now inserting those trailing slashes all around html examples. I agree that it would be "cleaner" without trailing slashes but it's not possible to disable them in Prettier. So maybe this section should be revisited or removed?
The text was updated successfully, but these errors were encountered: