From e73b2445990c69e5248d3567628293faba96b186 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 12 Jun 2018 03:59:22 +0200 Subject: [PATCH] Format json too. --- deno2/tools/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index a5c3241756..69d7099193 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -4,4 +4,4 @@ clang-format -i -style Google *.cc *.h include/*.h gn format BUILD.gn gn format .gn yapf -i tools/*.py -prettier --write js/*.ts js/*.js +prettier --write js/*.ts js/*.js js/*.json