dioxus/rustfmt.toml

9 lines
196 B
TOML
Raw Normal View History

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