diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 03:59:22 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 03:59:22 +0200 |
commit | e73b2445990c69e5248d3567628293faba96b186 (patch) | |
tree | 3146901c98d9a22246dafab9903d5660a80297e9 | |
parent | b3003535bebf852c3233cab272424feac164a3d0 (diff) |
Format json too.
-rwxr-xr-x | deno2/tools/format.sh | 2 |
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 |