1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Documentation # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md # general max_width = 160 # imports reorder_imports = true imports_layout = "Vertical" imports_granularity = "Crate" # brace brace_style = "AlwaysNextLine" # Derives merge_derives = true