worlds-history-sim-rs/planet/rustfmt.toml

11 lines
318 B
TOML
Raw Normal View History

2022-09-19 10:54:10 +02:00
imports_granularity = "One"
group_imports = "One"
enum_discrim_align_threshold = 15
imports_layout = "HorizontalVertical"
match_block_trailing_comma = true
newline_style = "Native"
reorder_impl_items = true
struct_field_align_threshold = 20
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true