build(deps): bump parse-display from 0.9.0 to 0.9.1
[ouch.git] / rustfmt.toml
blobc8de962b3e75cb887455d2d717cb3df3469ec7d2
1 # Stable features
2 max_width = 120
3 use_field_init_shorthand = true
4 newline_style = "Unix"
5 edition = "2021"
6 reorder_imports = true
7 reorder_modules = true
8 use_try_shorthand = true
10 # Unstable features (nightly only)
11 unstable_features = true
12 group_imports = "StdExternalCrate"
13 imports_granularity = "Crate"