1 2 3 4 5 6 7 8 9 10 11 12
# Stable features edition = "2021" reorder_imports = true reorder_modules = true newline_style = "Unix" match_block_trailing_comma = true # Unstable features unstable_features = true force_multiline_blocks = true group_imports = "StdExternalCrate" imports_granularity = "Crate"