This commit is contained in:
JIe
2024-11-20 11:44:36 +08:00
commit 1c8e2579b9
32 changed files with 3116 additions and 0 deletions

13
rustfmt.toml Normal file
View File

@@ -0,0 +1,13 @@
edition = "2021"
max_width = 120
reorder_imports = true
struct_lit_width = 60
struct_variant_width = 60
# struct_field_align_threshold = 40
# comment_width = 120
# fn_single_line = false
# imports_layout = "HorizontalVertical"
# match_arm_blocks = false
# overflow_delimited_expr = true
# imports_granularity = "Crate"