Make rustfmt format macro bodies also

This makes it possible to use cfg_if! conveniently.
This commit is contained in:
Bert Belder 2019-02-08 19:51:46 -08:00
parent 394b81de15
commit 7380b19459
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461
1 changed files with 1 additions and 0 deletions

View File

@ -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