Skip to content

Commit 09eb99f

Browse files
committed
added: rustfmt
1 parent 5ef4203 commit 09eb99f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

rustfmt.toml

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)