diff options
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 |