11 lines
200 B
TOML
11 lines
200 B
TOML
max_width = 120
|
|
hard_tabs = false
|
|
tab_spaces = 4
|
|
edition = "2021"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
format_strings = true
|
|
normalize_comments = true
|
|
wrap_comments = true
|
|
comment_width = 80
|