Skip to content

Commit 6b4de0e

Browse files
committedDec 19, 2024·
Update rustfmt.toml.
1 parent 3f822b1 commit 6b4de0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ newline_style = "Unix"
66
# The options below are unstable
77
unstable_features = true
88
imports_granularity = "Crate"
9-
normalize_comments = false
9+
normalize_comments = false # Often doesn't do what you want
1010

1111
# these options seem poorly implemented and cause churn, so, try to avoid them
1212
# wrap_comments = true

0 commit comments

Comments
 (0)
Please sign in to comment.