cargo fmt

This commit is contained in:
Jordan Petridis 2018-08-26 12:38:28 +03:00
parent 4ef789e7b9
commit a480f47cea
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -1,11 +1,7 @@
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
use_field_init_shorthand = true
edition = "Edition2018"