Skip to content

Commit dc91257

Browse files
committed
Add rustfmt configuration and ensure wrapped comments
1 parent 7440559 commit dc91257

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rustfmt.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
unstable_features = true
2+
version = "Two"
3+
4+
newline_style = "Unix"
5+
wrap_comments = true

0 commit comments

Comments
 (0)