leo/.rustfmt.toml
2020-06-07 22:53:45 -07:00

16 lines
363 B
TOML

# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
# Stable configurations
edition = "2018"
max_width = 120
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true
# Nightly configurations
imports_layout = "HorizontalVertical"
merge_imports = true
overflow_delimited_expr = true
reorder_impl_items = true
version = "Two"