فهرست منبع

chore: rust fmt

thesimplekid 5 ماه پیش
والد
کامیت
d46d4c5bd8
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      rustfmt.toml

+ 5 - 1
rustfmt.toml

@@ -1,5 +1,9 @@
 tab_spaces = 4
-max_width = 100
 newline_style = "Auto"
 reorder_imports = true
 reorder_modules = true
+reorder_impl_items = false
+indent_style = "Block"
+normalize_comments = false
+imports_granularity = "Module"
+group_imports = "StdExternalCrate"