amdgpud/rustfmt.toml

8 lines
182 B
TOML
Raw Permalink Normal View History

2022-08-17 21:03:26 +02:00
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_modules = true
reorder_imports = true
use_field_init_shorthand = true
wrap_comments = true
edition = "2021"