podcasts/rustfmt.toml
Jordan Petridis 8c0055723c
cargo fmt
2018-05-30 16:25:15 +03:00

12 lines
244 B
TOML

unstable_features = true
max_width = 100
comment_width = 100
wrap_comments = true
tab_spaces = 4
hard_tabs = false
newline_style = "Unix"
condense_wildcard_suffixes = false
format_strings = true
normalize_comments = true
reorder_imports = true