summaryrefslogtreecommitdiff
path: root/deno2/tools
diff options
context:
space:
mode:
Diffstat (limited to 'deno2/tools')
-rwxr-xr-xdeno2/tools/format.sh2
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