Minor rustfmt changes

This commit is contained in:
kageru 2021-11-22 16:34:19 +01:00
parent 111a56880f
commit 1c3ae8ec96

View File

@ -1,7 +1,8 @@
newline_style = "Unix"
max_width = 140
imports_layout = "Horizontal"
merge_imports = true
imports_granularity = "Crate"
struct_field_align_threshold = 25
where_single_line = true
edition = "2021"
use_small_heuristics = "Max"