diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 00:32:04 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 01:02:08 +0200 |
commit | 110ddab670cbf477488cceeea2842c980942d7b8 (patch) | |
tree | 6bc1e6dd42f01b98f302e97b4dd4dbb3a7be700d /deno2/tools/format.sh | |
parent | fe9ea6dcf8f57cff5c3856a5d54e8f9c8236a924 (diff) |
Add deno2 prototype from external repo.
Diffstat (limited to 'deno2/tools/format.sh')
-rwxr-xr-x | deno2/tools/format.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh new file mode 100755 index 000000000..e4fe09f82 --- /dev/null +++ b/deno2/tools/format.sh @@ -0,0 +1,6 @@ +#!/bin/sh +cd `dirname "$0"`/.. +clang-format -i -style Google *.cc *.h +gn format BUILD.gn +gn format .gn +yapf -i tools/*.py |