From 3ad48bdb3e6372f55579808535ce2c17809178ff Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 22 Sep 2018 01:06:59 +0900 Subject: Add benchmark tools (#777) --- tools/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/format.py') diff --git a/tools/format.py b/tools/format.py index 47774c44c..b91e75635 100755 --- a/tools/format.py +++ b/tools/format.py @@ -29,7 +29,7 @@ for fn in ["BUILD.gn", ".gn"] + find_exts("build_extra", ".gn", ".gni"): run(["yapf", "-i"] + glob("tools/*.py") + find_exts("build_extra", ".py")) run(["node", prettier, "--write"] + find_exts("js/", ".js", ".ts") + - find_exts("tests/", ".js", ".ts") + + find_exts("tests/", ".js", ".ts") + find_exts("website/", ".js", ".ts") + ["rollup.config.js", "tsconfig.json", "tslint.json"]) # Requires rustfmt 0.8.2 (flags were different in previous versions) -- cgit v1.2.3