2023-08-20 04:02:24 +00:00
|
|
|
unstable_features = true
|
2024-01-30 11:27:12 +00:00
|
|
|
max_width = 100
|
2023-08-20 04:02:24 +00:00
|
|
|
wrap_comments = true
|
|
|
|
comment_width = 100
|
|
|
|
|
|
|
|
# Allow structs to fill an entire line
|
|
|
|
use_small_heuristics = "Max"
|
|
|
|
# Allow small functions on single line
|
2024-01-30 11:27:12 +00:00
|
|
|
# fn_single_line = true
|
2023-08-20 04:02:24 +00:00
|
|
|
|
|
|
|
# Alignment
|
|
|
|
enum_discrim_align_threshold = 12
|
|
|
|
#struct_field_align_threshold = 12
|
|
|
|
where_single_line = true
|