leo/.rustfmt.toml
ljedrz 6500f7838d feat: introduce a build script checking licenses
Signed-off-by: ljedrz <ljedrz@gmail.com>
2022-07-02 13:40:29 -07:00

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"