You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
399 B
TOML
17 lines
399 B
TOML
unstable_features = true
|
|
hard_tabs = true
|
|
inline_attribute_width = 30
|
|
use_small_heuristics = "Max"
|
|
max_width = 95
|
|
reorder_imports = false
|
|
reorder_modules = false
|
|
reorder_impl_items = true
|
|
report_todo = "Always"
|
|
report_fixme = "Always"
|
|
struct_field_align_threshold = 25
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
match_arm_blocks = false
|
|
overflow_delimited_expr = true
|
|
edition = "2018"
|