Update rustfmt (#864)

This commit is contained in:
Ali Behjati 2023-06-08 15:07:15 +02:00 committed by GitHub
parent 0b7805f285
commit 7847a79b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# Merge all imports into a clean vertical list of module imports.
imports_granularity = "One"
group_imports = "One"
imports_layout = "Vertical"
# Better grep-ability.
empty_item_single_line = false
# Consistent pipe layout.
match_arm_leading_pipes = "Preserve"
# Align Fields
enum_discrim_align_threshold = 80
struct_field_align_threshold = 80
# Allow up to two blank lines for visual grouping.
blank_lines_upper_bound = 2

View File

@ -1,3 +1,5 @@
edition = "2021"
# Merge all imports into a clean vertical list of module imports.
imports_granularity = "One"
group_imports = "One"