From 110ddab670cbf477488cceeea2842c980942d7b8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jun 2018 00:32:04 +0200 Subject: Add deno2 prototype from external repo. --- deno2/tools/format.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 deno2/tools/format.sh (limited to 'deno2/tools/format.sh') 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 -- cgit v1.2.3