Add import sorting options to .rustfmt.toml.
This commit is contained in:
parent
11d35fe300
commit
3632dd5e09
6 changed files with 28 additions and 14 deletions
|
|
@ -9,3 +9,5 @@ brace_style = "PreferSameLine"
|
|||
blank_lines_upper_bound = 5
|
||||
combine_control_expr = false
|
||||
wrap_comments = false
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Crate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue