diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-15 20:02:27 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-06-17 12:43:04 +0200 |
commit | 993d58c410c18486ac2fc58460a0211484d57690 (patch) | |
tree | af5099d4f0f9a424bc189c070fdab7fa1f3e6828 /deno2/tools | |
parent | b548ef270127eda1ac9228bb632169c3dfc87659 (diff) |
Move gn templates into deno.gni
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/format.sh | 1 |
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 \ |