Format YAML files (#7887)
This PR formats the YAML files in the repo with Prettier. Release Notes: - N/A
This commit is contained in:
parent
ab6b9196e1
commit
a161a7d0c9
13 changed files with 479 additions and 476 deletions
|
@ -3,6 +3,9 @@
|
|||
"TOML": {
|
||||
"formatter": "prettier",
|
||||
"format_on_save": "off"
|
||||
},
|
||||
"YAML": {
|
||||
"formatter": "prettier"
|
||||
}
|
||||
},
|
||||
"formatter": "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue