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.
rust-toolchain.toml
rustfmt.toml
1 parent f3b85cd commit f04a013Copy full SHA for f04a013
rust/rust-toolchain.toml
@@ -0,0 +1,2 @@
1
+[toolchain]
2
+channel = "1.82.0"
rust/rustfmt.toml
@@ -0,0 +1,9 @@
+tab_spaces = 4
+newline_style = "Auto"
3
+reorder_imports = true
4
+reorder_modules = true
5
+reorder_impl_items = false
6
+indent_style = "Block"
7
+normalize_comments = false
8
+imports_granularity = "Module"
9
+group_imports = "StdExternalCrate"
0 commit comments