mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-01 17:10:21 +00:00
14 lines
303 B
TOML
14 lines
303 B
TOML
# Stable features
|
|
max_width = 120
|
|
use_field_init_shorthand = true
|
|
newline_style = "Unix"
|
|
edition = "2021"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
use_try_shorthand = true
|
|
|
|
# Unstable features (nightly only)
|
|
unstable_features = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|