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 595c4b8 commit 157cd70Copy full SHA for 157cd70
rustfmt.toml
@@ -0,0 +1,4 @@
1
+newline_style = "Unix"
2
+unstable_features = true # Cargo fmt now needs to be called with `cargo +nightly fmt`
3
+group_imports = "StdExternalCrate" # Create 3 groups: std, external crates, and self.
4
+imports_granularity = "Crate" # Merge imports from the same crate into a single use statement
0 commit comments