c3io/rustfmt.toml

19 lines
278 B
TOML
Raw Permalink Normal View History

# 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