initial commit
This commit is contained in:
commit
81b7c68bb3
9 changed files with 135 additions and 0 deletions
11
rustfmt.toml
Normal file
11
rustfmt.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
edition = "2021"
|
||||
max_width = 120
|
||||
comment_width = 88
|
||||
wrap_comments = true
|
||||
format_strings = true
|
||||
group_imports = "StdExternalCrate"
|
||||
imports_granularity = "Module"
|
||||
condense_wildcard_suffixes = true
|
||||
use_field_init_shorthand = true
|
||||
|
||||
unstable_features = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue