jet/rustfmt.toml

8 lines
182 B
TOML
Raw Permalink Normal View History

2024-02-08 10:14:00 +01:00
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_modules = true
reorder_imports = true
use_field_init_shorthand = true
wrap_comments = true
edition = "2021"