Skip to content

Commit 0770633

Browse files
committed
refactor: fmt
1 parent 7d7c256 commit 0770633

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

rustfmt.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
max_width = 80
2-
comment_width = 80
3-
wrap_comments = true
4-
imports_granularity = "Crate"
1+
max_width = 100
2+
# TODO: comment_width = 100 - Wait for this to be stable
3+
# TODO: wrap_comments = true - Wait for this to be stable
4+
use_field_init_shorthand = true
5+
newline_style = "Unix"
6+
# TODO: imports_granularity = "Crate" - Wait for this to be stable.

0 commit comments

Comments
 (0)