AFFiNE/rustfmt.toml

11 lines
168 B
TOML
Raw Normal View History

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