AFFiNE/rustfmt.toml

11 lines
168 B
TOML
Raw Permalink Normal View History

2023-05-10 17:16:48 +08:00
max_width = 100
hard_tabs = false
2023-05-10 17:16:48 +08:00
tab_spaces = 2
format_strings = true
wrap_comments = true
2023-05-10 17:16:48 +08:00
group_imports = "StdExternalCrate"
2023-05-10 17:16:48 +08:00
imports_granularity = "Crate"