mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
a6880dad65
Now deno.h doesn't export v8.h and is self contained.
6 lines
134 B
Bash
Executable file
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
|