diff options
Diffstat (limited to 'tools/rustfmt.toml')
-rw-r--r-- | tools/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rustfmt.toml b/tools/rustfmt.toml index 4c1eefaed..f0cc02616 100644 --- a/tools/rustfmt.toml +++ b/tools/rustfmt.toml @@ -1,2 +1,3 @@ +# Copyright 2018 the Deno authors. All rights reserved. MIT license. max_width = 80 tab_spaces = 2 |