leo/.rustfmt.toml
2021-03-04 10:33:51 -08:00

17 lines
423 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"
license_template_path = ".resources/license_header"
imports_granularity = "Item"
overflow_delimited_expr = true
reorder_impl_items = true
version = "Two"