ouch/rustfmt.toml
João M. Bezerra 7ed3a16f21 chore: update rustfmt config
remove 'force_multiline_blocks' config
2022-07-04 11:06:16 -03:00

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"