2019-08-15 19:13:10 -04:00
|
|
|
format_code_in_doc_comments = true
|
2019-03-30 12:48:36 -04:00
|
|
|
match_block_trailing_comma = true
|
|
|
|
condense_wildcard_suffixes = true
|
|
|
|
use_field_init_shorthand = true
|
2021-10-10 20:54:18 -04:00
|
|
|
normalize_doc_attributes = true
|
2019-03-30 12:48:36 -04:00
|
|
|
overflow_delimited_expr = true
|
2021-10-10 20:54:18 -04:00
|
|
|
imports_granularity = "Module"
|
2019-03-30 12:48:36 -04:00
|
|
|
use_small_heuristics = "Max"
|
|
|
|
normalize_comments = true
|
|
|
|
reorder_impl_items = true
|
|
|
|
use_try_shorthand = true
|
|
|
|
newline_style = "Unix"
|
|
|
|
format_strings = true
|
|
|
|
wrap_comments = true
|
|
|
|
comment_width = 100
|