We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9a7a9 commit 4e09199Copy full SHA for 4e09199
template/rustfmt.toml
@@ -4,4 +4,6 @@
4
# https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html
5
style_edition = "2024"
6
imports_granularity = "Crate"
7
-group_imports = "StdExternalCrate"
+group_imports = "StdExternalCrate"
8
+reorder_impl_items = true
9
+use_field_init_shorthand = true
0 commit comments