blob: 86324903618131e5de52a6548e9a83e05e8b0e67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
comment_width = 73
wrap_comments = true
edition = "2024"
enum_discrim_align_threshold = 20
hard_tabs = true
imports_layout = "Vertical"
match_block_trailing_comma = true
max_width = 80
imports_granularity = "Module"
newline_style = "Unix"
group_imports = "StdExternalCrate"
struct_field_align_threshold = 20
style_edition = "2024"
unstable_features = true
|