🎉 Initial Commit
This commit is contained in:
parent
3a58d654ee
commit
5b9527461f
5 changed files with 654 additions and 0 deletions
19
.rustfmt.toml
Normal file
19
.rustfmt.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
# Unstable formatting options below; remove if you REALLY don't wanna use `cargo +nightly fmt`
|
||||
unstable_features = true
|
||||
format_code_in_doc_comments = true
|
||||
format_macro_bodies = true
|
||||
format_strings = true
|
||||
imports_indent = "Block"
|
||||
imports_granularity = "Crate"
|
||||
normalize_comments = true
|
||||
overflow_delimited_expr = true
|
||||
reorder_impl_items = true
|
||||
wrap_comments = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue