ouch/rustfmt.toml
2021-08-24 17:00:43 -03:00

9 lines
188 B
TOML

max_width = 120
use_field_init_shorthand = true
newline_style = "Unix"
edition = "2018"
reorder_imports = true
reorder_modules = true
use_try_shorthand = true
use_small_heuristics = "Max"