I should probably make more commits

This commit is contained in:
Moritz Gmeiner 2025-07-26 15:51:21 +02:00
commit 99bb1e25c2
15 changed files with 2074 additions and 9 deletions

15
rustfmt.toml Normal file
View file

@ -0,0 +1,15 @@
imports_granularity = "Module"
group_imports = "StdExternalCrate"
fn_call_width = 80
# Activation of features, almost objectively better ;)
use_try_shorthand = true
use_field_init_shorthand = true
# Nightly only. Will not run in CI, but please format with these locally
wrap_comments = true
normalize_comments = true
comment_width = 100
condense_wildcard_suffixes = true