2023-01-18 12:39:55 +01:00
|
|
|
# These settings are not supported on stable Rust, and are ignored by the ninja
|
|
|
|
# build script - to use them you need to run 'cargo +nightly fmt'
|
2021-10-28 10:57:21 +02:00
|
|
|
group_imports = "StdExternalCrate"
|
2023-01-18 12:39:55 +01:00
|
|
|
imports_granularity = "Item"
|
|
|
|
imports_layout = "Vertical"
|
|
|
|
wrap_comments = true
|