8 lines
161 B
TOML
8 lines
161 B
TOML
comment_width = 100
|
|
wrap_comments = true
|
|
newline_style = "Unix"
|
|
format_strings = true
|
|
normalize_comments = true
|
|
use_field_init_shorthand = true
|
|
edition = "2018"
|