2025-08-28 01:13:23 +02:00
|
|
|
edition = "2024"
|
2022-06-22 12:22:30 -04:00
|
|
|
hard_tabs = true
|
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
|
# Unstable formatting options below; remove if you REALLY don't wanna use `cargo +nightly fmt`
|
|
|
|
|
format_code_in_doc_comments = true
|
|
|
|
|
format_strings = true
|
2026-04-28 17:55:23 +02:00
|
|
|
imports_granularity = "Module"
|
2022-06-22 12:22:30 -04:00
|
|
|
normalize_comments = true
|
|
|
|
|
reorder_impl_items = true
|
|
|
|
|
wrap_comments = true
|