leptos/rustfmt.toml

10 lines
178 B
TOML
Raw Permalink Normal View History

# Stable options
edition = "2021"
max_width = 80
# Unstable options
imports_granularity = "Crate"
format_strings = true
group_imports = "One"
2023-02-11 19:30:06 +00:00
format_code_in_doc_comments = true