Skip to content

Commit

Permalink
Make rustfmt format macro bodies also
Browse files Browse the repository at this point in the history
This makes it possible to use cfg_if! conveniently.
  • Loading branch information
piscisaureus committed Feb 9, 2019
1 parent 394b81d commit 7380b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7380b19

Please sign in to comment.