diff options
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index e4fe09f82..25c9f4a89 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -1,6 +1,6 @@ #!/bin/sh cd `dirname "$0"`/.. -clang-format -i -style Google *.cc *.h +clang-format -i -style Google *.cc *.h include/*.h gn format BUILD.gn gn format .gn yapf -i tools/*.py |