summaryrefslogtreecommitdiff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-07-08 23:06:30 +0200
committerBert Belder <bertbelder@gmail.com>2019-07-08 23:06:30 +0200
commit958a80e6db9b87985898acf2f4f33e46d4740c3b (patch)
treec80fc9f8ec4313cdc1b15f62cad8126b3ec2e47e /.rustfmt.toml
parentafd66bb0105d87fd67e59b7455f77a6a4d1429e2 (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.toml1
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