summaryrefslogtreecommitdiff
path: root/tools/format.sh
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-06 09:25:38 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-05 20:57:42 -0400
commit31eda28a640f1052ef3ccf57704c3f564cf5061f (patch)
tree2ed40397e288150ce1b1d55451244e7260619349 /tools/format.sh
parent131e0ce4c78f63469d9aeaad6bd06bbcfe099ee9 (diff)
chore: clean up build_third_party.py
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-xtools/format.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/format.sh b/tools/format.sh
index bbb0c93c8..2845ecd64 100755
--- a/tools/format.sh
+++ b/tools/format.sh
@@ -9,6 +9,8 @@ gn format rust.gni
gn format .gn
yapf -i js/*.py
+yapf -i tools/*.py
+
prettier --write \
js/deno.d.ts \
js/main.ts \