Initial commit

This commit is contained in:
Arne Dußin 2024-11-18 22:43:59 +01:00
commit 3ee50f9aff
6 changed files with 158 additions and 0 deletions

13
rustfmt.toml Normal file
View file

@ -0,0 +1,13 @@
brace_style = "AlwaysNextLine"
condense_wildcard_suffixes = true
control_brace_style = "ClosingNextLine"
fn_single_line = true
format_strings = true
hard_tabs = true # Please don't cancel me
hex_literal_case = "Lower"
imports_granularity = "Module"
match_block_trailing_comma = true
newline_style = "Unix"
group_imports = "StdExternalCrate"
struct_field_align_threshold = 15
wrap_comments = true