roll-one-ring/.rustfmt.toml

13 lines
330 B
TOML
Raw Normal View History

2025-09-02 14:11:23 +02:00
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