diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-16 01:43:23 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-06-17 12:43:04 +0200 |
commit | f1dcfbb59d7baad9b1d1c085d67c98896c6dc623 (patch) | |
tree | 94290c22c4ae251b80ce23aa676330ec30253052 /deno2/tools/format.sh | |
parent | 993d58c410c18486ac2fc58460a0211484d57690 (diff) |
First pass at deno rust
Diffstat (limited to 'deno2/tools/format.sh')
-rwxr-xr-x | deno2/tools/format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index 55baa73fb..eea97fa2c 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -14,3 +14,5 @@ prettier --write \ # Do not format these. # js/msg.pb.js # js/msg.pb.d.ts + +rustfmt --write-mode overwrite *.rs |