mirror of
https://github.com/chmln/sd
synced 2025-02-17 00:08:24 +00:00
11 lines
229 B
TOML
11 lines
229 B
TOML
|
edition = "2018"
|
||
|
max_width = 80
|
||
|
wrap_comments = true
|
||
|
control_brace_style = "ClosingNextLine"
|
||
|
format_strings = true
|
||
|
merge_imports = true
|
||
|
match_block_trailing_comma = true
|
||
|
reorder_impl_items = true
|
||
|
use_field_init_shorthand = true
|
||
|
|