diff options
-rw-r--r-- | .rustfmt.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml index 1778bd9e2..faa3d5a33 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,3 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. max_width = 80 tab_spaces = 2 -format_macro_bodies = true |