summaryrefslogtreecommitdiff
path: root/deno2/tools/format.sh
blob: e4fe09f82cf80929e4db5a85521a641feb8e6518 (plain)
1
2
3
4
5
6
#!/bin/sh
cd `dirname "$0"`/..
clang-format -i -style Google *.cc *.h
gn format BUILD.gn
gn format .gn
yapf -i tools/*.py