Configure rustfmt & clippy lints

This commit is contained in:
Quentin Gliech
2021-07-09 16:03:39 +02:00
parent c569c56e58
commit b7d0ac20b5
20 changed files with 98 additions and 75 deletions

6
.rustfmt.toml Normal file
View File

@@ -0,0 +1,6 @@
max_width = 100
comment_width = 80
wrap_comments = true
imports_granularity = "Crate"
use_small_heuristics = "Default"
group_imports = "StdExternalCrate"