summaryrefslogtreecommitdiff
path: root/tools/format.sh
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-01 20:47:28 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-01 13:47:28 +0200
commit6830370c3e4f7d9f09c08fe76f8902193e027c1d (patch)
treecf2011f4ec02759bad3a7102fe5a2871d4c60e0f /tools/format.sh
parentf65d5fb312fd95e4470f34b2fdd9efeae19e9d7e (diff)
reorg: Move GN files to root (#309)
refs: #285
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-xtools/format.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/format.sh b/tools/format.sh
index 0a5967c52..40531748e 100755
--- a/tools/format.sh
+++ b/tools/format.sh
@@ -3,12 +3,9 @@ set -e
cd `dirname "$0"`/..
clang-format -i -style Google src/*.cc src/*.h src/include/*.h
-# TODO(ry) Remove pushd/popd once .gn is moved to root.
-pushd src/
gn format BUILD.gn
gn format deno.gni
gn format .gn
-popd
yapf -i src/js/*.py
prettier --write \