Initial commit

This commit is contained in:
DavidOnTop 2024-06-15 11:22:26 +02:00
commit bb9084dfed
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
13 changed files with 1934 additions and 0 deletions

11
.rustfmt.toml Normal file
View file

@ -0,0 +1,11 @@
condense_wildcard_suffixes = true
edition = "2021"
fn_single_line = true
format_code_in_doc_comments = true
format_macro_matchers = true
hard_tabs = true
match_block_trailing_comma = true
imports_granularity = "Crate"
newline_style = "Unix"
group_imports = "StdExternalCrate"
tab_spaces = 4