mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 08:44:28 -05:00
10 lines
178 B
TOML
10 lines
178 B
TOML
# Stable options
|
|
edition = "2021"
|
|
max_width = 80
|
|
|
|
# Unstable options
|
|
imports_granularity = "Crate"
|
|
format_strings = true
|
|
group_imports = "One"
|
|
format_code_in_doc_comments = true
|