Skip to content

Commit 617bd2a

Browse files
committed
chore: Add rustfmt configuration
1 parent c234092 commit 617bd2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: rustfmt.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
unstable_features = true
2+
imports_granularity = "Module"
3+
group_imports = "StdExternalCrate"
4+
imports_layout = "HorizontalVertical"

0 commit comments

Comments
 (0)