summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-12 03:59:22 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-12 03:59:22 +0200
commite73b2445990c69e5248d3567628293faba96b186 (patch)
tree3146901c98d9a22246dafab9903d5660a80297e9
parentb3003535bebf852c3233cab272424feac164a3d0 (diff)
Format json too.
-rwxr-xr-xdeno2/tools/format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh
index a5c324175..69d709919 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