lssa/rustfmt.toml

13 lines
291 B
TOML
Raw Normal View History

2025-09-04 14:38:41 +03:00
edition = "2024"
2025-11-26 00:27:20 +03:00
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