13 lines
330 B
TOML
13 lines
330 B
TOML
enum_discrim_align_threshold = 20
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
max_width = 120
|
|
merge_imports = true
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
normalize_doc_attributes = true
|
|
reorder_impl_items = true
|
|
report_fixme = "Always"
|
|
struct_field_align_threshold = 20
|
|
todo = "Always"
|
|
wrap_comments = true |