mirror of
https://github.com/denoland/deno.git
synced 2025-09-15 07:05:08 +00:00
tools: format .gn files in the 'cli' directory
This commit is contained in:
parent
6ab2c350b7
commit
6e7ccf0b49
2 changed files with 4 additions and 5 deletions
|
@ -24,7 +24,7 @@ qrun([clang_format_path, "-i", "-style", "Google"] +
|
|||
find_exts(["core"], [".cc", ".h"]))
|
||||
|
||||
print "gn format"
|
||||
for fn in ["BUILD.gn", ".gn"] + find_exts(["build_extra", "core"],
|
||||
for fn in ["BUILD.gn", ".gn"] + find_exts(["build_extra", "cli", "core"],
|
||||
[".gn", ".gni"]):
|
||||
qrun(["third_party/depot_tools/gn", "format", fn], env=google_env())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue