initial commit

This commit is contained in:
Ozgun Ozerk
2023-10-25 14:54:03 +03:00
committed by Özgün Özerk
parent ad35c7f322
commit 09faec91d7
8 changed files with 251 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
imports_granularity = "Crate"
match_arm_blocks = false
reorder_impl_items = true
group_imports = "StdExternalCrate"
use_field_init_shorthand = true
use_small_heuristics = "Max"
wrap_comments = true