mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 03:40:23 +00:00
19 lines
410 B
TOML
19 lines
410 B
TOML
# We're fine with unstable features
|
|
unstable_features = true
|
|
|
|
|
|
|
|
binop_separator = "Back"
|
|
hard_tabs = true
|
|
condense_wildcard_suffixes = true
|
|
match_block_trailing_comma = true
|
|
newline_style = "Unix"
|
|
reorder_impl_items = true
|
|
overflow_delimited_expr = true
|
|
use_field_init_shorthand = true
|
|
enum_discrim_align_threshold = 100
|
|
fn_args_layout = "Compressed"
|
|
merge_derives = false
|
|
merge_imports = true
|
|
max_width = 150
|