Skip to content

Commit 82fcf70

Browse files
committed
Adds rustfmt configs to wrap and limit comment width
These options are unstable and depend on the following PR's: rust-lang/rustfmt#3347 rust-lang/rustfmt#3349
1 parent 8f36354 commit 82fcf70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rustfmt.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ newline_style = "Unix"
66
#unstable_features = true
77
#imports_granularity = "Crate"
88
#reorder_impl_items = true
9+
#wrap_comments = true
10+
#comment_width = 100

0 commit comments

Comments
 (0)