diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-07-08 23:06:30 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-07-08 23:06:30 +0200 |
commit | 958a80e6db9b87985898acf2f4f33e46d4740c3b (patch) | |
tree | c80fc9f8ec4313cdc1b15f62cad8126b3ec2e47e /.rustfmt.toml | |
parent | afd66bb0105d87fd67e59b7455f77a6a4d1429e2 (diff) |
rustfmt: disable format_macro_bodies
It doesn't work since we're not using rustfmt-nightly.
Diffstat (limited to '.rustfmt.toml')
-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 |