Skip to content

Commit 2a3e39f

Browse files
committed
Add rustfmt.toml
1 parent 74f6f80 commit 2a3e39f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rustfmt.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Comments
2+
format_code_in_doc_comments = true
3+
normalize_comments = true
4+
wrap_comments = true
5+
6+
# Imports
7+
group_imports = "StdExternalCrate"
8+
imports_granularity = "Crate"
9+
imports_layout = "HorizontalVertical"

0 commit comments

Comments
 (0)