We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a819387 commit 6f9b4e6Copy full SHA for 6f9b4e6
rustfmt.toml
@@ -1,7 +1,6 @@
1
-# Note: These options require nightly rustfmt (`cargo +nightly fmt`)
2
-# On stable, they are ignored with warnings. Uncomment to use with nightly.
3
-# group_imports = "StdExternalCrate"
4
-# imports_granularity = "Module"
5
-# unstable_features = true
6
-# format_generated_files = false
7
-# ignore = ["furiousfilter/**"]
+group_imports = "StdExternalCrate"
+imports_granularity = "Module"
+unstable_features = true
+format_generated_files = false
+
+ignore = ["furiousfilter/**"]
0 commit comments