From 7380b19459db3644271f1623428245e29e716f0a Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 8 Feb 2019 19:51:46 -0800 Subject: Make rustfmt format macro bodies also This makes it possible to use cfg_if! conveniently. --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index faa3d5a33..1778bd9e2 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. max_width = 80 tab_spaces = 2 +format_macro_bodies = true -- cgit v1.2.3