cosmic-session/.rustfmt.toml

11 lines
321 B
TOML
Raw Normal View History

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
imports_granularity = "Crate"
normalize_comments = true
reorder_impl_items = true
wrap_comments = true