Skip to content

Commit 06be177

Browse files
committed
chore(fmt): add rustfmt config
1 parent 1488036 commit 06be177

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rustfmt.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
reorder_imports = true
2+
format_code_in_doc_comments = true
3+
normalize_doc_attributes = true
4+
wrap_comments = true
5+
format_strings = true
6+
merge_imports = true

0 commit comments

Comments
 (0)