podcasts/rustfmt.toml
Jordan Petridis 87421ce74d
Cargo fmt
2018-04-13 04:35:50 +03:00

14 lines
285 B
TOML

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