mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-02 13:57:11 +00:00
9 lines
245 B
TOML
9 lines
245 B
TOML
|
# 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
|
||
|
version = "Two"
|