dioxus/rustfmt.toml

9 lines
196 B
TOML
Raw Normal View History

2022-02-10 04:02:09 +08:00
version = "Two"
2022-06-12 03:31:13 -04:00
edition = "2021"
2022-02-10 04:02:09 +08:00
imports_granularity = "Crate"
#use_small_heuristics = "Max"
#control_brace_style = "ClosingNextLine"
normalize_comments = true
2022-06-12 03:31:13 -04:00
format_code_in_doc_comments = true