Initial commit
This commit is contained in:
commit
1273f1f098
11 changed files with 1772 additions and 0 deletions
8
.rustfmt.toml
Normal file
8
.rustfmt.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
edition = "2021"
|
||||
hard_tabs = true
|
||||
merge_derives = true
|
||||
newline_style = "Unix"
|
||||
remove_nested_parens = true
|
||||
reorder_imports = true
|
||||
reorder_modules = true
|
||||
use_field_init_shorthand = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue