0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-31 11:49:31 -05:00
denoland-deno/deno2/tools/format.sh

8 lines
167 B
Bash
Raw Normal View History

#!/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
2018-06-11 21:32:06 +02:00
prettier --write js/*.ts js/*.js