Fix error message panic when cannot list non-archive files
[ouch.git] / rustfmt.toml
bloba3badd9e1e97cbb2041954a9874eed5a3ea58ecc
1 # Stable features
2 max_width = 120
3 use_field_init_shorthand = true
4 newline_style = "Unix"
5 edition = "2018"
6 reorder_imports = true
7 reorder_modules = true
8 use_try_shorthand = true
9 use_small_heuristics = "Max"
11 # Unstable features (nightly only)
12 unstable_features = true
13 force_multiline_blocks = true
14 group_imports = "StdExternalCrate"
15 imports_granularity = "Crate"