Initial Implementation

This commit is contained in:
Manuel Raimann
2026-01-30 17:24:56 +01:00
parent 164aafc209
commit 4db6e56466
14 changed files with 4860 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Nightly Features
imports_granularity = "Module"
group_imports = "StdExternalCrate"
#format_strings = true
format_code_in_doc_comments = true
# Stable Features
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true