# Stable features
max_width = 120
use_field_init_shorthand = true
newline_style = "Unix"
edition = "2024"
reorder_imports = true
reorder_modules = true
use_try_shorthand = true
# Unstable features (nightly only)
unstable_features = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"