mirror of
https://github.com/chmln/sd
synced 2024-11-22 19:23:08 +00:00
9 lines
188 B
TOML
9 lines
188 B
TOML
|
edition = "2018"
|
||
|
max_width = 80
|
||
|
wrap_comments = true
|
||
|
format_strings = true
|
||
|
merge_imports = true
|
||
|
match_block_trailing_comma = true
|
||
|
reorder_impl_items = true
|
||
|
use_field_init_shorthand = true
|