You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# This project uses rustfmt to format source code. Run `cargo +nightly fmt [-- --check].
|
|
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
|
|
|
|
# Break complex but short statements a bit less.
|
|
use_small_heuristics = "Max"
|
|
|
|
merge_imports = true
|
|
|