From a5f8bfdbfb35a9750b26cbffb488f25d15950d40 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 10 Jul 2024 23:59:57 -0400 Subject: chore: format yaml internally (#24520) Uses https://github.com/g-plane/pretty_yaml --- tools/format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/format.js b/tools/format.js index 2f4d734d7..e7b8f0d5f 100755 --- a/tools/format.js +++ b/tools/format.js @@ -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, ], -- cgit v1.2.3