cosmic-session/.rustfmt.toml
Vukašin Vojinović 3200144164 chore: migrate to Rust 2024
Removes the use of `set_var`, since it isn't thread safe.
2025-08-29 10:28:53 -04:00

10 lines
321 B
TOML

edition = "2024"
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