You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
333 B
13 lines
333 B
unstable_features = true
|
|
binop_separator = "Back"
|
|
format_code_in_doc_comments = true
|
|
format_macro_matchers = true
|
|
format_strings = true
|
|
imports_layout = "HorizontalVertical"
|
|
match_block_trailing_comma = true
|
|
merge_imports = true
|
|
normalize_comments = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
wrap_comments = true
|