We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef4203 commit 09eb99fCopy full SHA for 09eb99f
rustfmt.toml
@@ -0,0 +1,13 @@
1
+# Check https://rust-lang.github.io/rustup-components-history/ for
2
+# latest nightly availability of rls and rustfmt.
3
+
4
+# Reference: https://rust-lang.github.io/rustfmt/
5
6
+# merge_imports = true
7
+comment_width = 100
8
+normalize_comments = true
9
+wrap_comments = true
10
+enum_discrim_align_threshold = 20
11
+struct_field_align_threshold = 20
12
+reorder_impl_items = true
13
+format_code_in_doc_comments = true
0 commit comments