0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/deno2/tools/format.sh
Ryan Dahl a6880dad65 make_snapshot should be private
Now deno.h doesn't export v8.h and is self contained.
2018-06-10 13:17:06 +02:00

6 lines
134 B
Bash
Executable file

#!/bin/sh
cd `dirname "$0"`/..
clang-format -i -style Google *.cc *.h include/*.h
gn format BUILD.gn
gn format .gn
yapf -i tools/*.py