Format YAML files (#7887)

This PR formats the YAML files in the repo with Prettier.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-15 22:04:57 -05:00 committed by GitHub
parent ab6b9196e1
commit a161a7d0c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 479 additions and 476 deletions

View file

@ -3,6 +3,9 @@
"TOML": {
"formatter": "prettier",
"format_on_save": "off"
},
"YAML": {
"formatter": "prettier"
}
},
"formatter": "auto"