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 f32559b commit 4c9a7a9Copy full SHA for 4c9a7a9
template/rustfmt.toml
@@ -1,5 +1,7 @@
1
# This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code.
2
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered.
3
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"
0 commit comments