This commit is contained in:
2017-12-13 00:02:24 -05:00
parent 448f7cc69f
commit 104f94a707
18 changed files with 840 additions and 976 deletions

6
rustfmt.toml Normal file
View File

@@ -0,0 +1,6 @@
same_line_attributes = false
reorder_imports = true
reorder_imports_in_group = true
reorder_extern_crates = true
reorder_extern_crates_in_group = true
indent_style = "Visual"