We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfmt.toml
1 parent 3f822b1 commit 6b4de0eCopy full SHA for 6b4de0e
rustfmt.toml
@@ -6,7 +6,7 @@ newline_style = "Unix"
6
# The options below are unstable
7
unstable_features = true
8
imports_granularity = "Crate"
9
-normalize_comments = false
+normalize_comments = false # Often doesn't do what you want
10
11
# these options seem poorly implemented and cause churn, so, try to avoid them
12
# wrap_comments = true
0 commit comments