Skip to content

Commit 763ea12

Browse files
committed
fmt: Add rust fmt toml
for standard rust fmt use Signed-off-by: jokemanfire <[email protected]>
1 parent 595c4b8 commit 763ea12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rustfmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
newline_style = "Unix"
2+
group_imports = "StdExternalCrate" # Create 3 groups: std, external crates, and self.
3+
imports_granularity = "Crate" # Merge imports from the same crate into a single use statement

0 commit comments

Comments
 (0)