diff options
author | Tristan Marion <trismarion@gmail.com> | 2018-06-22 15:30:35 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-22 15:30:35 +0200 |
commit | 3b595253a2e9f8badc416f85d0b09bf48f344634 (patch) | |
tree | 85939e43b504cf0ff78f69a1912209e90b67ffe5 /deno2/tools/format.sh | |
parent | 86354a29a40fb97e334f951428239ab8e171e2dd (diff) |
Move `deno2` folder to `src` (#277)
Diffstat (limited to 'deno2/tools/format.sh')
-rwxr-xr-x | deno2/tools/format.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh deleted file mode 100755 index 59f8d1be0..000000000 --- a/deno2/tools/format.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -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 \ - js/deno.d.ts \ - js/main.ts \ - js/mock_runtime.js \ - js/tsconfig.json -# Do not format these. -# js/msg.pb.js -# js/msg.pb.d.ts - -rustfmt --write-mode overwrite *.rs |