summaryrefslogtreecommitdiff
path: root/tools/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/format.py')
-rwxr-xr-xtools/format.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/format.py b/tools/format.py
index 272f2c82b..5b6afd1c3 100755
--- a/tools/format.py
+++ b/tools/format.py
@@ -34,6 +34,7 @@ run(["node", prettier, "--write"] +
find_exts(".github/", ".md") +
find_exts("js/", ".js", ".ts", ".md") +
find_exts("tests/", ".js", ".ts", ".md") +
+ find_exts("tools/", ".js", ".json", ".ts", ".md") +
find_exts("website/", ".js", ".ts", ".md"))
# yapf: enable