summaryrefslogtreecommitdiff
path: root/deno2/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-15 20:02:27 +0200
committerBert Belder <bertbelder@gmail.com>2018-06-17 12:43:04 +0200
commit993d58c410c18486ac2fc58460a0211484d57690 (patch)
treeaf5099d4f0f9a424bc189c070fdab7fa1f3e6828 /deno2/tools
parentb548ef270127eda1ac9228bb632169c3dfc87659 (diff)
Move gn templates into deno.gni
Diffstat (limited to 'deno2/tools')
-rwxr-xr-xdeno2/tools/format.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh
index d8f08f725..55baa73fb 100755
--- a/deno2/tools/format.sh
+++ b/deno2/tools/format.sh
@@ -2,6 +2,7 @@
cd `dirname "$0"`/..
clang-format -i -style Google *.cc *.h include/*.h
gn format BUILD.gn
+gn format deno.gni
gn format .gn
yapf -i tools/*.py
prettier --write \