mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
imports_granularity=Item
Summary: [Post about this change](https://fb.workplace.com/groups/rust.language/posts/8804682282913642) Reviewed By: zertosh Differential Revision: D37459034 fbshipit-source-id: d9b29a4ac5749aaf48322a148ba317f052fe7c6e
This commit is contained in:
parent
5df280b851
commit
5e71d185bb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Get help on options with `rustfmt --help=config`
|
# Get help on options with `rustfmt --help=config`
|
||||||
# Please keep these in alphabetical order.
|
# Please keep these in alphabetical order.
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
imports_granularity = "Item"
|
||||||
merge_derives = false
|
merge_derives = false
|
||||||
use_field_init_shorthand = true
|
use_field_init_shorthand = true
|
||||||
version = "Two"
|
version = "Two"
|
||||||
|
|
Loading…
Reference in a new issue