mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-24 20:00:22 +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"
|