normalize formatting and add rustfmt config
parent
15dad0578a
commit
569b9da581
@ -0,0 +1,16 @@
|
||||
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"
|
Loading…
Reference in New Issue