2022-03-04 16:01:05 +00:00
|
|
|
edition = "2021"
|
2021-12-14 09:37:57 +00:00
|
|
|
hard_tabs = true
|
|
|
|
merge_derives = true
|
|
|
|
reorder_imports = true
|
|
|
|
reorder_modules = true
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
use_small_heuristics = "Off"
|
2022-08-31 18:04:22 +00:00
|
|
|
|
|
|
|
# -----------------------------------
|
|
|
|
# Unstable options we would like to use in future
|
|
|
|
# -----------------------------------
|
|
|
|
|
|
|
|
#blank_lines_lower_bound = 1
|
2023-08-18 13:21:02 +00:00
|
|
|
#group_imports = "One"
|
2022-08-31 18:04:22 +00:00
|
|
|
#indent_style = "Block"
|
|
|
|
#match_arm_blocks = true
|
|
|
|
#reorder_impl_items = true
|
|
|
|
#wrap_comments = true
|