Skip to content

Commit 416bc4c

Browse files
committed
Unstabilise comments options
cc #1974
1 parent 223fdfa commit 416bc4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ create_config! {
4646
indent_style: IndentStyle, IndentStyle::Block, false, "How do we indent expressions or items.";
4747

4848
// Comments and strings
49-
wrap_comments: bool, false, true, "Break comments to fit on the line";
49+
wrap_comments: bool, false, false, "Break comments to fit on the line";
5050
comment_width: usize, 80, false,
5151
"Maximum length of comments. No effect unless wrap_comments = true";
52-
normalize_comments: bool, false, true, "Convert /* */ comments to // comments where possible";
52+
normalize_comments: bool, false, false, "Convert /* */ comments to // comments where possible";
5353
license_template_path: String, String::default(), false,
5454
"Beginning of file must match license template";
5555
format_strings: bool, false, false, "Format string literals where necessary";

0 commit comments

Comments
 (0)