Remove unused dependency features, prefer `libz`-backed implementations
[ouch.git] / rustfmt.toml
blob7bba11e2a5c2229f374804579a09d4e0cb1c2eb9
1 max_width = 120
2 use_field_init_shorthand = true
3 newline_style = "Unix"
4 edition = "2018"
5 reorder_imports = true
6 reorder_modules = true
7 use_try_shorthand = true
8 use_small_heuristics = "Max"