chore: format yaml internally (#24520)

Uses https://github.com/g-plane/pretty_yaml
This commit is contained in:
David Sherret 2024-07-10 23:59:57 -04:00 committed by GitHub
parent e8057bc102
commit a5f8bfdbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 9 deletions

View file

@ -9,7 +9,7 @@ const cmd = new Deno.Command("deno", {
"run",
"-A",
"--no-config",
"npm:dprint@0.45.1",
"npm:dprint@0.47.2",
subcommand,
"--config=" + configFile,
],