9 lines
158 B
TOML
9 lines
158 B
TOML
edition = "2021"
|
|
unstable_features = true
|
|
format_strings = true
|
|
max_width = 80
|
|
# next ones do not work on stable yet
|
|
wrap_comments = true
|
|
comment_width = 80
|
|
|