mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Make rustfmt format macro bodies also
This makes it possible to use cfg_if! conveniently.
This commit is contained in:
parent
394b81de15
commit
7380b19459
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue