podcasts/rustfmt.toml
Jordan Petridis a480f47cea
cargo fmt
2018-08-26 12:38:36 +03:00

8 lines
168 B
TOML

comment_width = 100
wrap_comments = true
newline_style = "Unix"
format_strings = true
normalize_comments = true
use_field_init_shorthand = true
edition = "Edition2018"