We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7c256 commit 0770633Copy full SHA for 0770633
rustfmt.toml
@@ -1,4 +1,6 @@
1
-max_width = 80
2
-comment_width = 80
3
-wrap_comments = true
4
-imports_granularity = "Crate"
+max_width = 100
+# TODO: comment_width = 100 - Wait for this to be stable
+# TODO: wrap_comments = true - Wait for this to be stable
+use_field_init_shorthand = true
5
+newline_style = "Unix"
6
+# TODO: imports_granularity = "Crate" - Wait for this to be stable.
0 commit comments