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:
parent
4976a9e9d8
commit
acea6f9c0f
4 changed files with 188 additions and 171 deletions
|
@ -26,6 +26,10 @@
|
|||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
},
|
||||
"CSS": {
|
||||
"tab_size": 2,
|
||||
"formatter": "prettier"
|
||||
},
|
||||
"Rust": {
|
||||
"tasks": {
|
||||
"variables": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue