mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
13 lines
291 B
TOML
13 lines
291 B
TOML
edition = "2024"
|
|
|
|
newline_style = "Unix"
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
normalize_comments = true
|
|
reorder_impl_items = true
|
|
wrap_comments = true
|
|
comment_width = 100
|
|
format_code_in_doc_comments = true
|