surrealpatch/.rustfmt.toml

15 lines
340 B
TOML
Raw Normal View History

2021-12-14 09:37:57 +00:00
blank_lines_lower_bound = 1
2022-03-04 16:01:05 +00:00
edition = "2021"
2021-12-14 09:37:57 +00:00
hard_tabs = true
indent_style = "Block"
match_arm_blocks = true
merge_derives = true
merge_imports = true
reorder_impl_items = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_small_heuristics = "Off"
wrap_comments = true
closure_block_indent_threshold = 1