AFFiNE/rustfmt.toml

11 lines
160 B
TOML
Raw Normal View History

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