Files
aha/rustfmt.toml
T

9 lines
242 B
TOML
Raw Normal View History

2025-10-15 21:03:49 +08:00
edition = "2024"
style_edition = "2024"
reorder_imports = true
group_imports = "StdExternalCrate"
where_single_line = true
trailing_comma = "Vertical"
overflow_delimited_expr = true
format_code_in_doc_comments = true
normalize_comments = true