docs: Format CSS with Prettier (#15333)

This PR formats the CSS in the docs with Prettier.

The indentation of these CSS files kept changing based on who last
touched them, so I added settings to the Zed repo to try and keep the
formatting intact until we can enforce it in CI.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-27 10:25:51 -04:00 committed by GitHub
parent 4976a9e9d8
commit acea6f9c0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 188 additions and 171 deletions

View file

@ -26,6 +26,10 @@
"tab_size": 2,
"formatter": "prettier"
},
"CSS": {
"tab_size": 2,
"formatter": "prettier"
},
"Rust": {
"tasks": {
"variables": {