mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-15 03:14:05 +03:00
6500f7838d
Signed-off-by: ljedrz <ljedrz@gmail.com>
16 lines
382 B
TOML
16 lines
382 B
TOML
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
|
|
|
|
# Stable configurations
|
|
edition = "2021"
|
|
max_width = 120
|
|
merge_derives = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
|
|
# Nightly configurations
|
|
# imports_layout = "HorizontalVertical"
|
|
# imports_granularity = "Crate"
|
|
# overflow_delimited_expr = true
|
|
# reorder_impl_items = true
|
|
# version = "Two"
|