mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-18 15:09:51 +00:00
15 lines
293 B
TOML
15 lines
293 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
|
||
|
|
|
||
|
|
|