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.
rustfmt.toml
1 parent 74f6f80 commit 2a3e39fCopy full SHA for 2a3e39f
rustfmt.toml
@@ -0,0 +1,9 @@
1
+# Comments
2
+format_code_in_doc_comments = true
3
+normalize_comments = true
4
+wrap_comments = true
5
+
6
+# Imports
7
+group_imports = "StdExternalCrate"
8
+imports_granularity = "Crate"
9
+imports_layout = "HorizontalVertical"
0 commit comments