parent
22f5385a70
commit
fbd9c12cc8
1 changed files with 10 additions and 5 deletions
|
@ -1,12 +1,17 @@
|
|||
blank_lines_lower_bound = 1
|
||||
edition = "2021"
|
||||
hard_tabs = true
|
||||
indent_style = "Block"
|
||||
match_arm_blocks = true
|
||||
merge_derives = true
|
||||
reorder_impl_items = true
|
||||
reorder_imports = true
|
||||
reorder_modules = true
|
||||
use_field_init_shorthand = true
|
||||
use_small_heuristics = "Off"
|
||||
wrap_comments = true
|
||||
|
||||
# -----------------------------------
|
||||
# Unstable options we would like to use in future
|
||||
# -----------------------------------
|
||||
|
||||
#blank_lines_lower_bound = 1
|
||||
#indent_style = "Block"
|
||||
#match_arm_blocks = true
|
||||
#reorder_impl_items = true
|
||||
#wrap_comments = true
|
||||
|
|
Loading…
Reference in a new issue