mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 03:40:23 +00:00
14 lines
286 B
TOML
14 lines
286 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
|