diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-02 10:19:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 10:19:27 -0400 |
commit | d7d452efc158d7b1ea89b6f92237cea3b29f88db (patch) | |
tree | f6e6d9fd599e1085751a6eba9b7c48a8f9101668 /.rustfmt.toml | |
parent | 505d253436153b34a60018c732b55e900a331859 (diff) |
chore: format toml files internally (#11563)
Diffstat (limited to '.rustfmt.toml')
-rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml index 89ad8756f..00157aef2 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,4 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. max_width = 80 tab_spaces = 2 -edition = "2018"
\ No newline at end of file +edition = "2018" |