summaryrefslogtreecommitdiff
path: root/tools/format.sh
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-02 10:59:29 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 14:24:25 +0200
commit15d6541d4d276c7e36c1d0a42292c85682ddeb25 (patch)
treec4d1fe56953b27733736132daf97ea0e0cbe3129 /tools/format.sh
parent693e43e421ea95193a69b06ceaedbad9ade854da (diff)
Separate deno.gni and rust.gni and clean up.
Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib.
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-xtools/format.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/format.sh b/tools/format.sh
index eb5a0b307..1225ac08a 100755
--- a/tools/format.sh
+++ b/tools/format.sh
@@ -5,6 +5,7 @@ clang-format -i -style Google src/*.cc src/*.h src/include/*.h
gn format BUILD.gn
gn format deno.gni
+gn format rust.gni
gn format .gn
yapf -i js/*.py