aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.rustfmt.toml
blob: c4e4d348c35104e25b712051343ecfefadd079a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Keep in sync with .editorconfig
max_width = 100

tab_spaces = 4
hard_tabs = false

format_strings = true
wrap_comments = true

imports_granularity = "Crate"
group_imports = "StdExternalCrate"