mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-08 08:03:06 +00:00
13 lines
314 B
TOML
13 lines
314 B
TOML
# See: https://rust-lang.github.io/rustfmt
|
|
normalize_comments = true
|
|
use_field_init_shorthand = true
|
|
|
|
# Unstable
|
|
comment_width = 100
|
|
condense_wildcard_suffixes = true
|
|
format_code_in_doc_comments = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
unstable_features = true
|
|
wrap_comments = true
|