Skip to content

Commit

Permalink
rustfmt.toml: group_imports = StdExternalCrate
Browse files Browse the repository at this point in the history
Summary:
To be landed when reformat changes land.

[Context](https://fb.workplace.com/groups/rust.language/posts/9143028552412345).

Reviewed By: zertosh

Differential Revision: D38485268

fbshipit-source-id: 2a193d675b60f67860fc437b0e2ee4982af8706f
  • Loading branch information
stepancheg authored and facebook-github-bot committed Aug 6, 2022
1 parent b9768df commit 0ecde57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
@@ -1,6 +1,7 @@
# Get help on options with `rustfmt --help=config`
# Please keep these in alphabetical order.
edition = "2021"
group_imports = "StdExternalCrate"
imports_granularity = "Item"
merge_derives = false
use_field_init_shorthand = true
Expand Down

0 comments on commit 0ecde57

Please sign in to comment.